]> xenbits.xensource.com Git - xen.git/commitdiff
docs: correct formatting errors in xmdomain.cfg
authorMatt Wilson <msw@amazon.com>
Mon, 10 Sep 2012 10:13:55 +0000 (11:13 +0100)
committerMatt Wilson <msw@amazon.com>
Mon, 10 Sep 2012 10:13:55 +0000 (11:13 +0100)
This patch corrects the following errors produced by pod2man:

Hey! The above document had some coding errors, which are explained
below:

Around line 301:
    You can't have =items (as at line 305) unless the first thing after
    the =over is an =item

Around line 311:
    '=item' outside of any '=over'

Signed-off-by: Matt Wilson <msw@amazon.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
docs/man/xmdomain.cfg.pod.5

index 99fca68e4ecfbd339b7ccbc8ff03b6df493cb0f7..2e73db4c71cb80efc6f019eda3a157c7f9850902 100644 (file)
@@ -298,16 +298,14 @@ it holds, so that the new one may take them.
 
 =back
 
-=over 4
-
 Additionally, the "on_crash" event can also take:
 
+=over 4
+
 =item B<coredump-destroy>
 
 Dump the crashed domain's core and then destroy it.
 
-=back
-
 =item B<coredump-restart>
 
 Dump the crashed domain's core and then restart it.