提交 63b2edc8 编写于 作者: E Eric Blake

snapshot: fix man page typos

pod2man from perl-5.8.8 (RHEL 5) errors out on ill-formed POD:

*** ERROR: unterminated I<...> at line 1114 in file virsh.pod
*** ERROR: unterminated I<...> at line 1851 in file virsh.pod

Newer pod2man appears to be more tolerant (which is a shame,
because it meant that this error is harder to detect).

* tools/virsh.pod (undefine, snapshot-current): Add missing >.
上级 dc79852a
...@@ -1111,7 +1111,7 @@ hypervisor. ...@@ -1111,7 +1111,7 @@ hypervisor.
Output the device used for the TTY console of the domain. If the information Output the device used for the TTY console of the domain. If the information
is not available the processes will provide an exit code of 1. is not available the processes will provide an exit code of 1.
=item B<undefine> I<domain-id> [I<--managed-save>] [I<--snapshots-metadata] =item B<undefine> I<domain-id> [I<--managed-save>] [I<--snapshots-metadata>]
Undefine a domain. If the domain is running, this converts it to a Undefine a domain. If the domain is running, this converts it to a
transient domain, without stopping it. If the domain is inactive, transient domain, without stopping it. If the domain is inactive,
...@@ -1848,7 +1848,7 @@ treat the snapshot as current, and cannot revert to the snapshot ...@@ -1848,7 +1848,7 @@ treat the snapshot as current, and cannot revert to the snapshot
unless B<snapshot-create> is later used to teach libvirt about the unless B<snapshot-create> is later used to teach libvirt about the
metadata again). This flag is incompatible with I<--print-xml>. metadata again). This flag is incompatible with I<--print-xml>.
=item B<snapshot-current> I<domain> {[I<--name>] | [I<--security-info] =item B<snapshot-current> I<domain> {[I<--name>] | [I<--security-info>]
| [I<snapshotname>]} | [I<snapshotname>]}
Without I<snapshotname>, this will output the snapshot XML for the domain's Without I<snapshotname>, this will output the snapshot XML for the domain's
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册