]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: Fix POD syntax
authorJiri Denemark <jdenemar@redhat.com>
Fri, 26 Oct 2012 10:25:14 +0000 (12:25 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 26 Oct 2012 10:25:14 +0000 (12:25 +0200)
The first two hunks fix "Unterminated I<...> sequence" error and the
last one fixes "’=item’ outside of any ’=over’" error.

tools/virsh.pod

index 61822bbcfa33acc5c7809847e00ae34ebe6aa8ca..07d6a67f8c3d91e195a643d92a1929c6d8be1f85 100644 (file)
@@ -737,7 +737,7 @@ I<bandwidth> specifies copying bandwidth limit in MiB/s, although for
 qemu, it may be non-zero only for an online domain.
 
 =item B<blockcopy> I<domain> I<path> I<dest> [I<bandwidth>] [I<--shallow>]
-[I<--reuse-external>] [I<--raw>] [I<--wait> [I<--verbose]
+[I<--reuse-external>] [I<--raw>] [I<--wait> [I<--verbose>]
 [{I<--pivot> | I<--finish>}] [I<--timeout> B<seconds>] [I<--async>]]
 
 Copy a disk backing image chain to I<dest>. By default, this command
@@ -778,7 +778,7 @@ I<path> specifies fully-qualified path of the disk.
 I<bandwidth> specifies copying bandwidth limit in MiB/s.
 
 =item B<blockpull> I<domain> I<path> [I<bandwidth>] [I<base>]
-[I<--wait> [I<--verbose>] [I<--timeout> B<seconds>] [I<--async]]
+[I<--wait> [I<--verbose>] [I<--timeout> B<seconds>] [I<--async>]]
 
 Populate a disk from its backing image chain. By default, this command
 flattens the entire chain; but if I<base> is specified, containing the
@@ -2943,8 +2943,6 @@ and the monitor uses QMP, then the output will be pretty-printed.  If more
 than one argument is provided for I<command>, they are concatenated with a
 space in between before passing the single command to the monitor.
 
-=back
-
 =item B<qemu-agent-command> I<domain> [I<--timeout> I<seconds> | I<--async> | I<--block>] I<command>...
 
 Send an arbitrary guest agent command I<command> to domain I<domain> through