summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlhack.pod2
-rw-r--r--pod/perliol.pod16
2 files changed, 13 insertions, 5 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 33a15e34da..5a8f61e418 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -1796,7 +1796,7 @@ The compiler emitted code for these lines, but the code was unexecuted.
Unexecuted procedures.
-=over4
+=back
For further information, see your system's manual pages for pixie and prof.
diff --git a/pod/perliol.pod b/pod/perliol.pod
index 68f581428c..36f1bed1fc 100644
--- a/pod/perliol.pod
+++ b/pod/perliol.pod
@@ -128,13 +128,21 @@ layer), then follow the functions which fall into four basic groups:
=over 4
-=item 1. Opening and setup functions
+=item 1.
-=item 2. Basic IO operations
+Opening and setup functions
-=item 3. Stdio class buffering options.
+=item 2.
-=item 4. Functions to support Perl's traditional "fast" access to the buffer.
+Basic IO operations
+
+=item 3.
+
+Stdio class buffering options.
+
+=item 4.
+
+Functions to support Perl's traditional "fast" access to the buffer.
=back