[libvirt PATCH] docs: Remove extraneous plus signs from virsh man page

Martin Kletzander posted 1 patch 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/a24bd701d3cd45d20410ff5b3869a05a72979dd4.1598619516.git.mkletzan@redhat.com
docs/manpages/virsh.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[libvirt PATCH] docs: Remove extraneous plus signs from virsh man page
Posted by Martin Kletzander 3 years, 7 months ago
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
 docs/manpages/virsh.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst
index 0482fe8b26f2..8e2fb7039046 100644
--- a/docs/manpages/virsh.rst
+++ b/docs/manpages/virsh.rst
@@ -3206,10 +3206,10 @@ Providing *--tls* causes the migration to use the host configured TLS setup
 (see migrate_tls_x509_cert_dir in /etc/libvirt/qemu.conf) in order to perform
 the migration of the domain. Usage requires proper TLS setup for both source
 and target. Normally the TLS certificate from the destination host must match
-+the host's name for TLS verification to succeed. When the certificate does not
-+match the destination hostname and the expected certificate's hostname is
-+known, *--tls-destination* can be used to pass the expected *hostname* when
-+starting the migration.
+the host's name for TLS verification to succeed. When the certificate does not
+match the destination hostname and the expected certificate's hostname is
+known, *--tls-destination* can be used to pass the expected *hostname* when
+starting the migration.
 
 
 *--parallel* option will cause migration data to be sent over multiple
-- 
2.28.0

Re: [libvirt PATCH] docs: Remove extraneous plus signs from virsh man page
Posted by Michal Privoznik 3 years, 7 months ago
On 8/28/20 2:58 PM, Martin Kletzander wrote:
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
> ---
>   docs/manpages/virsh.rst | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst
> index 0482fe8b26f2..8e2fb7039046 100644
> --- a/docs/manpages/virsh.rst
> +++ b/docs/manpages/virsh.rst
> @@ -3206,10 +3206,10 @@ Providing *--tls* causes the migration to use the host configured TLS setup
>   (see migrate_tls_x509_cert_dir in /etc/libvirt/qemu.conf) in order to perform
>   the migration of the domain. Usage requires proper TLS setup for both source
>   and target. Normally the TLS certificate from the destination host must match
> -+the host's name for TLS verification to succeed. When the certificate does not
> -+match the destination hostname and the expected certificate's hostname is
> -+known, *--tls-destination* can be used to pass the expected *hostname* when
> -+starting the migration.
> +the host's name for TLS verification to succeed. When the certificate does not
> +match the destination hostname and the expected certificate's hostname is
> +known, *--tls-destination* can be used to pass the expected *hostname* when
> +starting the migration.
>   
>   
>   *--parallel* option will cause migration data to be sent over multiple
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and safe for freeze.

Michal