1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-12 13:17:58 +03:00

docs: fix a few small typos in formatdomain.html.in

This commit is contained in:
Laine Stump 2012-01-24 20:09:20 -05:00
parent 4d71ff450f
commit 0ad35376d3

View File

@ -2275,8 +2275,8 @@
<pre> <pre>
... ...
&lt;devices&gt; &lt;devices&gt;
&lt;mac address='52:54:00:6d:90:01'&gt;
&lt;interface type='mcast'&gt; &lt;interface type='mcast'&gt;
&lt;mac address='52:54:00:6d:90:01'&gt;
&lt;source address='230.0.0.1' port='5558'/&gt; &lt;source address='230.0.0.1' port='5558'/&gt;
&lt;/interface&gt; &lt;/interface&gt;
&lt;/devices&gt; &lt;/devices&gt;
@ -2297,13 +2297,13 @@
... ...
&lt;devices&gt; &lt;devices&gt;
&lt;interface type='server'&gt; &lt;interface type='server'&gt;
&lt;mac address='52:54:00:22:c9:42'&gt; &lt;mac address='52:54:00:22:c9:42'&gt;
&lt;source address='192.168.0.1' port='5558'/&gt; &lt;source address='192.168.0.1' port='5558'/&gt;
&lt;/interface&gt; &lt;/interface&gt;
... ...
&lt;interface type='client'&gt; &lt;interface type='client'&gt;
&lt;mac address='52:54:00:8b:c9:51'&gt; &lt;mac address='52:54:00:8b:c9:51'&gt;
&lt;source address='192.168.0.1' port='5558'/&gt; &lt;source address='192.168.0.1' port='5558'/&gt;
&lt;/interface&gt; &lt;/interface&gt;
&lt;/devices&gt; &lt;/devices&gt;
...</pre> ...</pre>
@ -2470,7 +2470,7 @@ qemu-kvm -net nic,model=? /dev/null
...</pre> ...</pre>
<p> <p>
For hypervisors which support this, you can set exact NIC which should For hypervisors which support this, you can set a specific NIC to
be used for network boot. The <code>order</code> attribute determines be used for network boot. The <code>order</code> attribute determines
the order in which devices will be tried during boot sequence. The the order in which devices will be tried during boot sequence. The
per-device <code>boot</code> elements cannot be used together with per-device <code>boot</code> elements cannot be used together with