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/perlapio.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/perlapio.pod')
-rw-r--r-- | pod/perlapio.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perlapio.pod b/pod/perlapio.pod index 1c57f9a9a8..f3023d983f 100644 --- a/pod/perlapio.pod +++ b/pod/perlapio.pod @@ -392,7 +392,6 @@ vary from handle to handle. PerlIO_canset_cnt(f) && \ `Can set pointer into buffer' - =item B<PerlIO_has_cntptr(f)> Implementation can return pointer to current position in the "buffer" |