[libvirt PATCH 1/4] docs: fix virt-qemu-run man page

Ján Tomko jtomko at redhat.com
Mon Jan 27 16:00:10 UTC 2020


Fix a documentation generation error:
System Message: WARNING/2 (<stdin>, line 15); backlink
Inline literal start-string without end-string.

As well as the 'independant' typo.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
Fixes: d6006672788ec0f0290d35c76ceb9672476d1ea8
---
Did not investigate whether the generator can be told to use stderr
instead of hiding the errors in the output files.

 docs/manpages/virt-qemu-run.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/manpages/virt-qemu-run.rst b/docs/manpages/virt-qemu-run.rst
index 7f66f7c3ab..5074a928b7 100644
--- a/docs/manpages/virt-qemu-run.rst
+++ b/docs/manpages/virt-qemu-run.rst
@@ -14,13 +14,13 @@ Run a standalone QEMU guest
 SYNOPSIS
 ========
 
-``virt-qemu-run [OPTIONS...] [IGUEST-XML]
+``virt-qemu-run [OPTIONS...] [GUEST-XML]``
 
 DESCRIPTION
 ===========
 
 This tool provides a way to run a standalone QEMU guest such that it
-is completely independant of libvirtd. It makes use of the embedded
+is completely independent of libvirtd. It makes use of the embedded
 QEMU driver support to run the VM placing files under an isolated
 directory tree. When the guest is run with this tool it is invisible
 to libvirtd and thus also invisible to other libvirt tools such as
-- 
2.21.0




More information about the libvir-list mailing list