Author: hinrik
Date: 2009-02-19 22:37:47 +0100 (Thu, 19 Feb 2009)
New Revision: 25451

Modified:
   docs/Perl6/Spec/S29-functions.pod
Log:
[S29] fix Pod errors

Modified: docs/Perl6/Spec/S29-functions.pod
===================================================================
--- docs/Perl6/Spec/S29-functions.pod   2009-02-19 21:16:16 UTC (rev 25450)
+++ docs/Perl6/Spec/S29-functions.pod   2009-02-19 21:37:47 UTC (rev 25451)
@@ -682,6 +682,8 @@
 
 These functions are exported into the default namespace
 
+=over
+
 =item all -- see S32-setting-library/Container.pod
 
 =item any -- see S32-setting-library/Container.pod
@@ -744,6 +746,8 @@
 
 =item zip -- see S32-setting-library/Container.pod
 
+=back
+
 =head2 Non-default Functions
 
 These functions which existed in perl5 still exist, but are not part of the 
default 
@@ -944,6 +948,8 @@
 Not sure whether these are exported by default or not.  Also, many may no 
longer exist; if 
 so, they should be entered in the "Obsolete" section.  
 
+=over
+
 =item Signal-related
 
 alarm
@@ -1023,6 +1029,8 @@
 wait
 wantarray
 
+=back
+
 =head1 Additions
 
 Please post errors and feedback to perl6-language.  If you are making

Reply via email to