[libvirt] [PATCH] docs: fix some typos in networkport documentation

Ján Tomko posted 1 patch 4 years, 10 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/f66256f8ab8eaf82798ed6f7784aa093ad71d668.1560786631.git.jtomko@redhat.com
docs/formatdomain.html.in      |  4 ++--
docs/formatnetworkport.html.in | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
[libvirt] [PATCH] docs: fix some typos in networkport documentation
Posted by Ján Tomko 4 years, 10 months ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 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. <span class="since">Since 0.9.4</span>.
     </p>
     <p>
-      When a guest is running and interface of type <code>network</code>
+      When a guest is running an interface of type <code>network</code>
       may include a <code>portid</code> attribute. This provides the UUID
       of an associated virNetworkPortPtr object that records the association
       between the domain interface and the network. This attribute is
       read-only since port objects are create and deleted automatically
-      during startup and shutdown. <span class="since">Since 5.1.0</span>/
+      during startup and shutdown. <span class="since">Since 5.1.0</span>
     </p>
     <p>
       Also, similar to <code>direct</code> 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 @@
 
     <p>
       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.
     </p>
 
@@ -73,7 +73,7 @@
     <h3><a id="elementsCommon">Common elements</a></h3>
 
     <p>
-      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
     </p>
 
@@ -96,7 +96,7 @@
         The <code>bandwidth</code> element and its child elements are described
         in the <a href="formatnetwork.html#elementQoS">QoS</a> section of
         the Network XML. In addition the <code>classID</code> 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 active.
       </dd>
       <dt><code>rxfilters</code></dt>
       <dd>The <code>rxfilters</code> element property
@@ -136,7 +136,7 @@
 
     <pre>
   ...
-  &lt;plug type='network' bridge='virbr0'&gt;
+  &lt;plug type='network' bridge='virbr0'/&gt;
   ...</pre>
 
     <p>
@@ -154,7 +154,7 @@
 
     <pre>
   ...
-  &lt;plug type='bridge' bridge='br2'&gt;
+  &lt;plug type='bridge' bridge='br2'/&gt;
   ...</pre>
 
     <p>
-- 
2.19.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: fix some typos in networkport documentation
Posted by Andrea Bolognani 4 years, 10 months ago
On Mon, 2019-06-17 at 17:50 +0200, Ján Tomko wrote:
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> ---
>  docs/formatdomain.html.in      |  4 ++--
>  docs/formatnetworkport.html.in | 12 ++++++------
>  2 files changed, 8 insertions(+), 8 deletions(-)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization

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