From 63b2edc81ccf3aa296256f54e5a84d5be10c77f8 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 27 Sep 2011 17:33:55 -0600 Subject: [PATCH] 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 >. --- tools/virsh.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 0e7acfaba9..a01d723c4f 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1111,7 +1111,7 @@ hypervisor. 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. -=item B I [I<--managed-save>] [I<--snapshots-metadata] +=item B I [I<--managed-save>] [I<--snapshots-metadata>] Undefine a domain. If the domain is running, this converts it to a 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 unless B is later used to teach libvirt about the metadata again). This flag is incompatible with I<--print-xml>. -=item B I {[I<--name>] | [I<--security-info] +=item B I {[I<--name>] | [I<--security-info>] | [I]} Without I, this will output the snapshot XML for the domain's -- GitLab