aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorMatt Wilson <msw@amazon.com>2012-09-10 11:13:55 +0100
committerMatt Wilson <msw@amazon.com>2012-09-10 11:13:55 +0100
commit840f21427f87d80e36296638d540211692fc6ff0 (patch)
tree12c27bde4bdb7145c93c73c7d5661150ad750994 /docs/man
parentbee26d2e15090425f70fa7b5769ea9bd1cdd9100 (diff)
downloadxen-840f21427f87d80e36296638d540211692fc6ff0.tar.gz
xen-840f21427f87d80e36296638d540211692fc6ff0.tar.bz2
xen-840f21427f87d80e36296638d540211692fc6ff0.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>
Diffstat (limited to 'docs/man')
-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.