minor pod nits
Robin Barker [Thu, 29 Mar 2001 14:43:05 +0000 (15:43 +0100)]
Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>

p4raw-id: //depot/perl@9438

pod/perlhack.pod
pod/perliol.pod

index 33a15e3..5a8f61e 100644 (file)
@@ -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.
 
index 68f5814..36f1bed 100644 (file)
@@ -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