docs: fix some typos in networkport documentation

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Ján Tomko 2019-06-17 17:49:32 +02:00
parent 9d6c34718b
commit 53f3c43ac7
2 changed files with 8 additions and 8 deletions

View File

@ -5310,12 +5310,12 @@
connections. <span class="since">Since 0.9.4</span>. connections. <span class="since">Since 0.9.4</span>.
</p> </p>
<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 may include a <code>portid</code> attribute. This provides the UUID
of an associated virNetworkPortPtr object that records the association of an associated virNetworkPortPtr object that records the association
between the domain interface and the network. This attribute is between the domain interface and the network. This attribute is
read-only since port objects are create and deleted automatically 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>
<p> <p>
Also, similar to <code>direct</code> network connections Also, similar to <code>direct</code> network connections

View File

@ -9,8 +9,8 @@
<p> <p>
This page provides an introduction to the network port XML format. This page provides an introduction to the network port XML format.
This stores information about the connection between an virtual This stores information about the connection between a virtual
interface on a virtual domain's, and the virtual network it is interface of a virtual domain, and the virtual network it is
attached to. attached to.
</p> </p>
@ -73,7 +73,7 @@
<h3><a id="elementsCommon">Common elements</a></h3> <h3><a id="elementsCommon">Common elements</a></h3>
<p> <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 types listed later
</p> </p>
@ -96,7 +96,7 @@
The <code>bandwidth</code> element and its child elements are described The <code>bandwidth</code> element and its child elements are described
in the <a href="formatnetwork.html#elementQoS">QoS</a> section of in the <a href="formatnetwork.html#elementQoS">QoS</a> section of
the Network XML. In addition the <code>classID</code> attribute may 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> </dd>
<dt><code>rxfilters</code></dt> <dt><code>rxfilters</code></dt>
<dd>The <code>rxfilters</code> element property <dd>The <code>rxfilters</code> element property
@ -136,7 +136,7 @@
<pre> <pre>
... ...
&lt;plug type='network' bridge='virbr0'&gt; &lt;plug type='network' bridge='virbr0'/&gt;
...</pre> ...</pre>
<p> <p>
@ -154,7 +154,7 @@
<pre> <pre>
... ...
&lt;plug type='bridge' bridge='br2'&gt; &lt;plug type='bridge' bridge='br2'/&gt;
...</pre> ...</pre>
<p> <p>