aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@amazon.com>2012-11-13 18:08:16 +0000
committerMatt Wilson <msw@amazon.com>2012-11-13 18:08:16 +0000
commite218baf76a2dbe7b973c9ef30775ab7d112d5336 (patch)
tree435ad6db094668141c5ab479aa8747282ec5d3a6
parent4c7200b450296e4506992da3a05a8cd9cb75e4b7 (diff)
downloadxen-e218baf76a2dbe7b973c9ef30775ab7d112d5336.tar.gz
xen-e218baf76a2dbe7b973c9ef30775ab7d112d5336.tar.bz2
xen-e218baf76a2dbe7b973c9ef30775ab7d112d5336.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> xen-4.2-testing changeset: 25885:c23d938e3e64 Backport-requested-by: Ian Jackson <ian.jackson@eu.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 f4a8b79f13..f659c940db 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.