aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@amazon.com>2012-10-26 16:40:12 +0100
committerMatt Wilson <msw@amazon.com>2012-10-26 16:40:12 +0100
commitb5c1f3d5af8ef0e5f7e74904b18c8ebfb1f2694e (patch)
tree119f8cb32382df08d42aa37156eebc3f1aa65cd9
parentd0356275ca9c9ca84fcb0e1fe69745794de9e8f7 (diff)
downloadxen-b5c1f3d5af8ef0e5f7e74904b18c8ebfb1f2694e.tar.gz
xen-b5c1f3d5af8ef0e5f7e74904b18c8ebfb1f2694e.tar.bz2
xen-b5c1f3d5af8ef0e5f7e74904b18c8ebfb1f2694e.zip
docs: correct formatting errors in xmdomain.cfg
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> xen-unstable changeset: 25840:c7e4b7e64303 Backport-requested-by: Ian Campbell <Ian.Campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
-rw-r--r--docs/man/xmdomain.cfg.pod.56
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/man/xmdomain.cfg.pod.5 b/docs/man/xmdomain.cfg.pod.5
index 99fca68e4e..2e73db4c71 100644
--- a/docs/man/xmdomain.cfg.pod.5
+++ b/docs/man/xmdomain.cfg.pod.5
@@ -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.