From nobody Thu May 15 22:08:45 2025
Delivered-To: importer@patchew.org
Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28
as permitted sender) client-ip=209.132.183.28;
envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com;
Authentication-Results: mx.zohomail.com;
spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as
permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com
Return-Path:
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by
mx.zohomail.com
with SMTPS id 1501091557848255.43021368696373;
Wed, 26 Jul 2017 10:52:37 -0700 (PDT)
Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com
[10.5.11.13])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by mx1.redhat.com (Postfix) with ESMTPS id BD61751167;
Wed, 26 Jul 2017 17:52:34 +0000 (UTC)
Received: from colo-mx.corp.redhat.com
(colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21])
by smtp.corp.redhat.com (Postfix) with ESMTPS id 7163D6FEED;
Wed, 26 Jul 2017 17:52:34 +0000 (UTC)
Received: from lists01.pubmisc.prod.ext.phx2.redhat.com
(lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33])
by colo-mx.corp.redhat.com (Postfix) with ESMTP id F1FD614B28;
Wed, 26 Jul 2017 17:52:33 +0000 (UTC)
Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com
[10.5.11.16])
by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP
id v6QHpnUU025877 for ;
Wed, 26 Jul 2017 13:51:49 -0400
Received: by smtp.corp.redhat.com (Postfix)
id 2CF5E692BC; Wed, 26 Jul 2017 17:51:49 +0000 (UTC)
Received: from t460.redhat.com (ovpn-116-106.ams2.redhat.com [10.36.116.106])
by smtp.corp.redhat.com (Postfix) with ESMTP id 0430E17106;
Wed, 26 Jul 2017 17:51:47 +0000 (UTC)
DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BD61751167
Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com;
dmarc=none (p=none dis=none) header.from=redhat.com
Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com;
spf=fail smtp.mailfrom=libvir-list-bounces@redhat.com
From: "Daniel P. Berrange"
To: libvir-list@redhat.com
Date: Wed, 26 Jul 2017 18:51:09 +0100
Message-Id: <20170726175115.400-7-berrange@redhat.com>
In-Reply-To: <20170726175115.400-1-berrange@redhat.com>
References: <20170726175115.400-1-berrange@redhat.com>
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16
X-loop: libvir-list@redhat.com
Subject: [libvirt] [PATCH 06/12] docs: remove use of — entity
X-BeenThere: libvir-list@redhat.com
X-Mailman-Version: 2.1.12
Precedence: junk
List-Id: Development discussions about the libvirt library & tools
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Sender: libvir-list-bounces@redhat.com
Errors-To: libvir-list-bounces@redhat.com
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13
X-Greylist: Sender IP whitelisted,
not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]);
Wed, 26 Jul 2017 17:52:35 +0000 (UTC)
X-ZohoMail: RSF_0 Z_629925259 SPT_0
Content-Type: text/plain; charset="utf-8"
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
---
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=3D? /dev/null
QEMU and KVM support:
- - 'i6300esb' — the recommended device,
+
- 'i6300esb' - the recommended device,
emulating a PCI Intel 6300ESB
- - 'ib700' — emulating an ISA iBase IB700
- - 'diag288' — emulating an S390 DIAG288 device
+
- 'ib700' - emulating an ISA iBase IB700
+ - 'diag288' - emulating an S390 DIAG288 device
Since 1.2.17
@@ -6932,15 +6932,15 @@ qemu-kvm -net nic,model=3D? /dev/null
QEMU and KVM support:
- - 'reset' — default, forcefully reset the guest
- - 'shutdown' — gracefully shutdown the guest
+
- 'reset' - default, forcefully reset the guest
+ - 'shutdown' - gracefully shutdown the guest
(not recommended)
- - 'poweroff' — forcefully power off the guest
- - 'pause' — pause the guest
- - 'none' — do nothing
- - 'dump' — automatically dump the guest
+
- 'poweroff' - forcefully power off the guest
+ - 'pause' - pause the guest
+ - 'none' - do nothing
+ - 'dump' - automatically dump the guest
Since 0.8.7
- - 'inject-nmi' — inject a non-maskable interrupt
+
- 'inject-nmi' - inject a non-maskable interrupt
into the guest
Since 1.2.17
@@ -7005,8 +7005,8 @@ qemu-kvm -net nic,model=3D? /dev/null
the virtualization platform
- - 'virtio' — default with QEMU/KVM
- - 'xen' — default with Xen
+ - 'virtio' - default with QEMU/KVM
+ - 'xen' - default with Xen
autodeflate
@@ -7078,7 +7078,7 @@ qemu-kvm -net nic,model=3D? /dev/null
the virtualization platform:
- - 'virtio' — supported by qemu and virtio-rng kernel mod=
ule
+ - 'virtio' - supported by qemu and virtio-rng kernel module
rate
@@ -7270,11 +7270,11 @@ qemu-kvm -net nic,model=3D? /dev/null
is missing depends on the hypervisor and guest arch.
- - 'isa' — for ISA pvpanic device
- - 'pseries' — default and valid only for pSeries guests.=
- - 'hyperv' — for Hyper-V crash CPU feature.
+
- 'isa' - for ISA pvpanic device
+ - 'pseries' - default and valid only for pSeries guests.
+ - 'hyperv' - for Hyper-V crash CPU feature.
Since 1.3.0, QEMU and KVM only
-
- 's390' — default for S390 guests.
+
- 's390' - default for S390 guests.
Since 1.3.5
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 @@
prefix
attribute, which is an integer (for example,
netmask=3D'255.255.255.0'
could also be given as
prefix=3D'24'
). The family
attribute is =
used
- to specify the type of address — ipv4
or
+ to specify the type of address - ipv4
or
ipv6
; if no family
is given,
ipv4
is assumed. More than one address of each family=
can
be defined for a network. The optional localPtr
attri=
bute
--=20
2.13.3
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list