mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
docs: remove use of — entity
A handful of places in the docs choose to use — instead of '-' for no clear reason. Remove this inconsistency. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
4d809d7788
commit
d359611449
@ -6927,10 +6927,10 @@ qemu-kvm -net nic,model=? /dev/null
|
||||
QEMU and KVM support:
|
||||
</p>
|
||||
<ul>
|
||||
<li> 'i6300esb' — the recommended device,
|
||||
<li>'i6300esb' - the recommended device,
|
||||
emulating a PCI Intel 6300ESB </li>
|
||||
<li> 'ib700' — emulating an ISA iBase IB700 </li>
|
||||
<li> 'diag288' — emulating an S390 DIAG288 device
|
||||
<li>'ib700' - emulating an ISA iBase IB700 </li>
|
||||
<li>'diag288' - emulating an S390 DIAG288 device
|
||||
<span class="since">Since 1.2.17</span></li>
|
||||
</ul>
|
||||
</dd>
|
||||
@ -6945,15 +6945,15 @@ qemu-kvm -net nic,model=? /dev/null
|
||||
QEMU and KVM support:
|
||||
</p>
|
||||
<ul>
|
||||
<li>'reset' — default, forcefully reset the guest</li>
|
||||
<li>'shutdown' — gracefully shutdown the guest
|
||||
<li>'reset' - default, forcefully reset the guest</li>
|
||||
<li>'shutdown' - gracefully shutdown the guest
|
||||
(not recommended) </li>
|
||||
<li>'poweroff' — forcefully power off the guest</li>
|
||||
<li>'pause' — pause the guest</li>
|
||||
<li>'none' — do nothing</li>
|
||||
<li>'dump' — automatically dump the guest
|
||||
<li>'poweroff' - forcefully power off the guest</li>
|
||||
<li>'pause' - pause the guest</li>
|
||||
<li>'none' - do nothing</li>
|
||||
<li>'dump' - automatically dump the guest
|
||||
<span class="since">Since 0.8.7</span></li>
|
||||
<li>'inject-nmi' — inject a non-maskable interrupt
|
||||
<li>'inject-nmi' - inject a non-maskable interrupt
|
||||
into the guest
|
||||
<span class="since">Since 1.2.17</span></li>
|
||||
</ul>
|
||||
@ -7018,8 +7018,8 @@ qemu-kvm -net nic,model=? /dev/null
|
||||
the virtualization platform
|
||||
</p>
|
||||
<ul>
|
||||
<li>'virtio' — default with QEMU/KVM</li>
|
||||
<li>'xen' — default with Xen</li>
|
||||
<li>'virtio' - default with QEMU/KVM</li>
|
||||
<li>'xen' - default with Xen</li>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt><code>autodeflate</code></dt>
|
||||
@ -7091,7 +7091,7 @@ qemu-kvm -net nic,model=? /dev/null
|
||||
the virtualization platform:
|
||||
</p>
|
||||
<ul>
|
||||
<li>'virtio' — supported by qemu and virtio-rng kernel module</li>
|
||||
<li>'virtio' - supported by qemu and virtio-rng kernel module</li>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt><code>rate</code></dt>
|
||||
@ -7283,11 +7283,11 @@ qemu-kvm -net nic,model=? /dev/null
|
||||
is missing depends on the hypervisor and guest arch.
|
||||
</p>
|
||||
<ul>
|
||||
<li>'isa' — for ISA pvpanic device</li>
|
||||
<li>'pseries' — default and valid only for pSeries guests.</li>
|
||||
<li>'hyperv' — for Hyper-V crash CPU feature.
|
||||
<li>'isa' - for ISA pvpanic device</li>
|
||||
<li>'pseries' - default and valid only for pSeries guests.</li>
|
||||
<li>'hyperv' - for Hyper-V crash CPU feature.
|
||||
<span class="since">Since 1.3.0, QEMU and KVM only</span></li>
|
||||
<li>'s390' — default for S390 guests.
|
||||
<li>'s390' - default for S390 guests.
|
||||
<span class="since">Since 1.3.5</span></li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
@ -997,7 +997,7 @@
|
||||
<code>prefix</code> attribute, which is an integer (for example,
|
||||
<code>netmask='255.255.255.0'</code> could also be given as
|
||||
<code>prefix='24'</code>). The <code>family</code> attribute is used
|
||||
to specify the type of address — <code>ipv4</code> or
|
||||
to specify the type of address - <code>ipv4</code> or
|
||||
<code>ipv6</code>; if no <code>family</code> is given,
|
||||
<code>ipv4</code> is assumed. More than one address of each family can
|
||||
be defined for a network. The optional <code>localPtr</code> attribute
|
||||
|
Loading…
Reference in New Issue
Block a user