Re: Errors in core PODs
authorMichael Stevens <mstevens@etla.org>
Fri, 23 Feb 2001 15:47:56 +0000 (15:47 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 28 Feb 2001 14:37:55 +0000 (14:37 +0000)
Message-ID: <20010223154756.A7723@firedrake.org>

p4raw-id: //depot/perl@8965

ext/Encode/Encode.pm
lib/Exporter/Heavy.pm
lib/File/Spec/Epoc.pm
lib/Test/Harness.pm
lib/utf8.pm
makedef.pl
vms/ext/DCLsym/DCLsym.pm
vms/ext/Stdio/Stdio.pm
x2p/a2p.pod

index 2d49865..72d6cc0 100644 (file)
@@ -446,7 +446,7 @@ possible values it easily fits in perl's much larger "logical character".
 
 =head2 TERMINOLOGY
 
-=over
+=over 4
 
 =item *
 
index 39bce2d..1305318 100644 (file)
@@ -21,6 +21,7 @@ Exporter::Heavy - Exporter guts
 No user-serviceable parts inside.
 
 =cut
+
 #
 # We go to a lot of trouble not to 'require Carp' at file scope,
 #  because Carp requires Exporter, and something has to give.
index 65d5e1f..23c99fb 100644 (file)
@@ -24,7 +24,7 @@ This package is still work in progress ;-)
 o.flebbe@gmx.de
 
 
-=over
+=over 4
 
 =item devnull
 
@@ -62,6 +62,7 @@ Takes no argument, returns the environment variable PATH as an array. Since
 there is no search path supported, it returns undef, sorry.
 
 =cut
+
 sub path {
     return undef;
 }
index c26db92..55a84fe 100644 (file)
@@ -765,6 +765,7 @@ ignore them.
   not ok 2
   # got 'Bush' expected 'Gore'
 
+=back
 
 =head1 EXPORT
 
index f06b893..f9055b5 100644 (file)
@@ -57,7 +57,7 @@ rather than UTF-8).
 
 Enabling the C<utf8> pragma has the following effects:
 
-=over
+=over 4
 
 =item *
 
@@ -79,6 +79,8 @@ of byte semantics.
        @chars = split //, $data;       # splits characters
     }
 
+=back
+
 =head1 SEE ALSO
 
 L<perlunicode>, L<bytes>
index 1065801..dbea24a 100644 (file)
@@ -466,6 +466,8 @@ unless ($define{'USE_ITHREADS'}) {
                    Perl_sys_intern_dup
                    Perl_ptr_table_fetch
                    Perl_ptr_table_new
+                   Perl_ptr_table_clear
+                   Perl_ptr_table_free
                    Perl_ptr_table_split
                    Perl_ptr_table_store
                    perl_clone
index 99adb94..9f88c91 100644 (file)
@@ -201,7 +201,7 @@ can also call methods directly to manipulate individual symbols.  In some
 cases, this allows you finer control than using a tied hash aggregate.  The
 following methods are supported:
 
-=over
+=over 4
 
 =item new
 
@@ -254,6 +254,8 @@ This method is a stopgap until we can incorporate code into this extension to
 traverse the process' symbol table directly, so it may disappear in a future
 version of this package.
 
+=back
+
 =head1 AUTHOR
 
 Charles Bailey  bailey@newman.upenn.edu
index 446b078..e36a3ec 100644 (file)
@@ -146,7 +146,7 @@ VMS::Stdio function.  This compatibility interface will be
 removed in a future release of this extension, so please
 update your code to use the new routines.
 
-=over
+=over 4
 
 =item binmode
 
@@ -240,9 +240,7 @@ as a normal Perl file handle only.  When the scalar containing
 a VMS::Stdio file handle is overwritten, C<undef>d, or goes
 out of scope, the associated file is closed automatically.
 
-=over 4
-
-=head2 File characteristic options
+File characteristic options:
 
 =over 2
 
@@ -605,8 +603,6 @@ I/O timeout value
 
 =back
 
-=back
-
 =item vmssysopen
 
 This function bears the same relationship to the CORE function
@@ -634,6 +630,8 @@ subprocess through a pipe opened for writing without closing the
 pipe.  It returns a true value if successful, and C<undef> if
 it encounters an error.
 
+=back
+
 =head1 REVISION
 
 This document was last revised on 13-Oct-1998, for Perl 5.004, 5.005, and
index f6395a4..0506e2d 100644 (file)
@@ -47,12 +47,12 @@ tells a2p to use old awk behavior.  The only current differences are:
 
 =over 5
 
-=item
+=item *
 
 Old awk always has a line loop, even if there are no line
 actions, whereas new awk does not.
 
-=item
+=item *
 
 In old awk, sprintf is extremely greedy about its arguments.
 For example, given the statement
@@ -64,6 +64,8 @@ considers them arguments to C<print>.
 
 =back
 
+=back
+
 =head2 "Considerations"
 
 A2p cannot do as good a job translating as a human would, but it