mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 13:47:13 +03:00
docs: convert virsh man page from pod to rst
This was a semi-automated conversion. First it was run through pod2rst, and then it was manually editted to use a rst structure that matches expectations of rst2man. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
10251eae0e
commit
ab06dd9db3
@ -204,6 +204,7 @@ manpages1_rst = \
|
|||||||
manpages/virt-pki-validate.rst \
|
manpages/virt-pki-validate.rst \
|
||||||
manpages/virt-xml-validate.rst \
|
manpages/virt-xml-validate.rst \
|
||||||
manpages/virt-admin.rst \
|
manpages/virt-admin.rst \
|
||||||
|
manpages/virsh.rst \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
manpages7_rst = \
|
manpages7_rst = \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
@ -18,3 +18,4 @@ Tools
|
|||||||
* `virt-sanlock-cleanup(8) <virt-sanlock-cleanup.html>`__ - remove stale sanlock resource lease files
|
* `virt-sanlock-cleanup(8) <virt-sanlock-cleanup.html>`__ - remove stale sanlock resource lease files
|
||||||
* `virt-login-shell(1) <virt-login-shell.html>`__ - tool to execute a shell within a container
|
* `virt-login-shell(1) <virt-login-shell.html>`__ - tool to execute a shell within a container
|
||||||
* `virt-admin(1) <virt-admin.html>`__ - daemon administration interface
|
* `virt-admin(1) <virt-admin.html>`__ - daemon administration interface
|
||||||
|
* `virsh(1) <virsh.html>`__ - management user interface
|
||||||
|
7650
docs/manpages/virsh.rst
Normal file
7650
docs/manpages/virsh.rst
Normal file
File diff suppressed because it is too large
Load Diff
@ -53,11 +53,9 @@ ICON_FILES = \
|
|||||||
virsh_win_icon.rc
|
virsh_win_icon.rc
|
||||||
|
|
||||||
PODFILES = \
|
PODFILES = \
|
||||||
virsh.pod \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
MANINFILES = \
|
MANINFILES = \
|
||||||
virsh.1.in \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
@ -85,8 +83,7 @@ conf_DATA =
|
|||||||
bin_SCRIPTS = virt-xml-validate virt-pki-validate
|
bin_SCRIPTS = virt-xml-validate virt-pki-validate
|
||||||
bin_PROGRAMS = virsh virt-admin
|
bin_PROGRAMS = virsh virt-admin
|
||||||
libexec_SCRIPTS = libvirt-guests.sh
|
libexec_SCRIPTS = libvirt-guests.sh
|
||||||
man1_MANS = \
|
man1_MANS =
|
||||||
virsh.1
|
|
||||||
|
|
||||||
if WITH_SANLOCK
|
if WITH_SANLOCK
|
||||||
sbin_SCRIPTS = virt-sanlock-cleanup
|
sbin_SCRIPTS = virt-sanlock-cleanup
|
||||||
|
5565
tools/virsh.pod
5565
tools/virsh.pod
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user