[libvirt] [PATCH 06/12] docs: remove use of — entity

Daniel P. Berrange berrange at redhat.com
Wed Jul 26 17:51:09 UTC 2017


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 at redhat.com>
---
 docs/formatdomain.html.in  | 34 +++++++++++++++++-----------------
 docs/formatnetwork.html.in |  2 +-
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index fb22dd1db..0ed12ecb0 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -6914,10 +6914,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>
@@ -6932,15 +6932,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>
@@ -7005,8 +7005,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>
@@ -7078,7 +7078,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>
@@ -7270,11 +7270,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>
diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in
index e8e618e42..9c07e5e24 100644
--- a/docs/formatnetwork.html.in
+++ b/docs/formatnetwork.html.in
@@ -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
-- 
2.13.3




More information about the libvir-list mailing list