diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-06-22 12:44:05 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-22 12:44:05 +0200 |
commit | d220eb00ef3acc7b8eb92c164c58ff946a556955 (patch) | |
tree | 2068daefd8e1f731ed4eb3fc87ae603081118d6a /pod/perlvms.pod | |
parent | 56466d0ead41a249b0feba363954f09c4f090035 (diff) | |
download | perl-d220eb00ef3acc7b8eb92c164c58ff946a556955.tar.gz |
Trim multiple blank lines above =item in pod files.
This makes many documents more consistent in their pod formatting. Don't trim
blank lines between verbatim blocks and =item, as removing them makes the (raw)
pod harder to read.
Diffstat (limited to 'pod/perlvms.pod')
-rw-r--r-- | pod/perlvms.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perlvms.pod b/pod/perlvms.pod index 7e96c06b05..241a66c39a 100644 --- a/pod/perlvms.pod +++ b/pod/perlvms.pod @@ -704,7 +704,6 @@ results of testing and further review. See L</"$?"> for a description of the encoding of the Unix value to produce a native VMS status containing it. - =item dump Rather than causing Perl to abort and dump core, the C<dump> |