mirror of https://gitee.com/openkylin/libvirt.git
docs: fix virt-qemu-run man page
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@redhat.com>
Fixes: d600667278
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
d9dfc1f7de
commit
b0b94a8d32
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue