From 42010c28618b8b1f903f269b69d814f6e112c8ab Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Fri, 26 Oct 2012 12:25:14 +0200 Subject: [PATCH] virsh: Fix POD syntax MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 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 ef7171702a..b3965273da 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -642,7 +642,7 @@ address of virtual interface (such as I or I) will accept the MAC address printed by this command. =item B I I I [I] [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] [I<--async>]] Copy a disk backing image chain to I. By default, this command @@ -683,7 +683,7 @@ I specifies fully-qualified path of the disk. I specifies copying bandwidth limit in Mbps. =item B I I [I] [I] -[I<--wait> [I<--verbose>] [I<--timeout> B] [I<--async]] +[I<--wait> [I<--verbose>] [I<--timeout> B] [I<--async>]] Populate a disk from its backing image chain. By default, this command flattens the entire chain; but if I is specified, containing the -- 2.47.3