[libvirt] [v0.9.12-maint 3/5] virsh: Fix POD syntax

Eric Blake eblake at redhat.com
Thu Sep 19 03:09:35 UTC 2013


From: Jiri Denemark <jdenemar at redhat.com>

The first two hunks fix "Unterminated I<...> sequence" error and the
last one fixes "’=item’ outside of any ’=over’" error.

(cherry picked from commit 61299a1c983a64c7e0337b94232fdd2d42c1f4f2)
Signed-off-by: Eric Blake <eblake at redhat.com>

Conflicts:
	tools/virsh.pod - drop hunks not present this far back
---
 tools/virsh.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index ef71717..b396527 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -642,7 +642,7 @@ address of virtual interface (such as I<detach-interface> or
 I<domif-setlink>) will accept the MAC address printed by this command.

 =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
@@ -683,7 +683,7 @@ I<path> specifies fully-qualified path of the disk.
 I<bandwidth> specifies copying bandwidth limit in Mbps.

 =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
-- 
1.8.3.1




More information about the libvir-list mailing list