From nobody Tue May 7 18:22:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1560786830; cv=none; d=zoho.com; s=zohoarc; b=KlRA/chwC5JcQHlRA0/XokMh3QDuJA/x8CR8ioIJ2W51flNaJOfwhp53Y+JmNROnuvNmT83CVF9sLcC00TIIe+311cb0QJphbRwMfOWHWH+eGgbhPesd05FNZ4FWADLZYT6Uix0x5qANweOybPfJhPpQXM80LEVLEjicj0pAq+w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1560786830; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=cB0FdgjnnFXEC7BDKytbfNtUQgEmEaBXNich+TUC++M=; b=VJNmK631YVU8aB3ndJcxHEurKd33M9fHQ0WF/NF46rfgITswOHKSwSnAGuqCtkxOQPzRtBKB/k9133riTmtkcL0ySgaYk70R82evDhJ8+nWazIUronwwkoyvG0jLqdQ8wzPyQ0qiHWUIvCgvZyCkEjSwmEvvB7+TCUZ2YyM7y2U= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1560786830657809.6590964470746; Mon, 17 Jun 2019 08:53:50 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A347630C2534; Mon, 17 Jun 2019 15:53:25 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 67935617B6; Mon, 17 Jun 2019 15:53:20 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id D31901806B0F; Mon, 17 Jun 2019 15:53:10 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x5HFoeSI031072 for ; Mon, 17 Jun 2019 11:50:40 -0400 Received: by smtp.corp.redhat.com (Postfix) id 91C455E7C6; Mon, 17 Jun 2019 15:50:40 +0000 (UTC) Received: from icr.brq.redhat.com (unknown [10.43.2.100]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1D99B8CB93 for ; Mon, 17 Jun 2019 15:50:35 +0000 (UTC) From: =?UTF-8?q?J=C3=A1n=20Tomko?= To: libvir-list@redhat.com Date: Mon, 17 Jun 2019 17:50:33 +0200 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] docs: fix some typos in networkport documentation X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.40]); Mon, 17 Jun 2019 15:53:49 +0000 (UTC) Signed-off-by: J=C3=A1n Tomko Reviewed-by: Andrea Bolognani --- docs/formatdomain.html.in | 4 ++-- docs/formatnetworkport.html.in | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 73a9cb6205..cf585d8e99 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -5310,12 +5310,12 @@ connections. Since 0.9.4.

- When a guest is running and interface of type network + When a guest is running an interface of type network may include a portid attribute. This provides the UUID of an associated virNetworkPortPtr object that records the associati= on between the domain interface and the network. This attribute is read-only since port objects are create and deleted automatically - during startup and shutdown. Since 5.1.0/ + during startup and shutdown. Since 5.1.0

Also, similar to direct network connections diff --git a/docs/formatnetworkport.html.in b/docs/formatnetworkport.html.in index 554e5c65fc..0425e069ce 100644 --- a/docs/formatnetworkport.html.in +++ b/docs/formatnetworkport.html.in @@ -9,8 +9,8 @@ =20

This page provides an introduction to the network port XML format. - This stores information about the connection between an virtual - interface on a virtual domain's, and the virtual network it is + This stores information about the connection between a virtual + interface of a virtual domain, and the virtual network it is attached to.

=20 @@ -73,7 +73,7 @@

Common elements

=20

- The following elements are common to one of more of the plug + The following elements are common to one or more of the plug types listed later

=20 @@ -96,7 +96,7 @@ The bandwidth element and its child elements are desc= ribed in the QoS section of the Network XML. In addition the classID attribute may - exist provide the ID of the traffic shaping class that is active. + exist to provide the ID of the traffic shaping class that is activ= e.
rxfilters
The rxfilters element property @@ -136,7 +136,7 @@ =20
   ...
-  <plug type=3D'network' bridge=3D'virbr0'>
+  <plug type=3D'network' bridge=3D'virbr0'/>
   ...
=20

@@ -154,7 +154,7 @@ =20

   ...
-  <plug type=3D'bridge' bridge=3D'br2'>
+  <plug type=3D'bridge' bridge=3D'br2'/>
   ...
=20

--=20 2.19.2 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list