Fix Pod errors.
authorNicholas Clark <nick@ccl4.org>
Fri, 9 Feb 2007 23:36:46 +0000 (23:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 9 Feb 2007 23:36:46 +0000 (23:36 +0000)
p4raw-id: //depot/perl@30188

README.mpeix
gv.c
pod/perl595delta.pod
pod/perlapi.pod

index f6727b1..757055a 100644 (file)
@@ -82,7 +82,7 @@ Various socket problems were fixed in mpeix.c.
 Mark Klein provided a fixed sigsetjmp (that works with dynamic
 libraries) in mpeix_setjmp.c
 
-=item *
+=back
 
 June 1, 2000
 
diff --git a/gv.c b/gv.c
index 9cdb6e4..475c225 100644 (file)
--- a/gv.c
+++ b/gv.c
@@ -716,7 +716,7 @@ S_require_tie_mod(pTHX_ GV *gv, const char *varpv, SV* namesv, const char *methp
 =for apidoc gv_stashpv
 
 Returns a pointer to the stash for a specified package.  Uses C<strlen> to
-determine the length of C<name, then calls C<gv_stashpvn()>.
+determine the length of C<name>, then calls C<gv_stashpvn()>.
 
 =cut
 */
index 47fbaf5..6b79538 100644 (file)
@@ -127,8 +127,6 @@ safer form of back-reference notation as well as allowing relative
 backreferences. This should make it easier to generate and embed patterns
 that contain backreferences. (Yves Orton)
 
-=back
-
 =item Regexp::Keep internalized
 
 The functionality of Jeff Pinyan's module Regexp::Keep has been added to
@@ -144,6 +142,8 @@ that can now be converted to
 
 which is much more efficient.
 
+=back
+
 =head2 The C<_> prototype
 
 A new prototype character has been added. C<_> is equivalent to C<$> (it
index 18b87a1..106839d 100644 (file)
@@ -1388,7 +1388,7 @@ Found in file gv.c
 X<gv_stashpv>
 
 Returns a pointer to the stash for a specified package.  Uses C<strlen> to
-determine the length of C<name, then calls C<gv_stashpvn()>.
+determine the length of C<name>, then calls C<gv_stashpvn()>.
 
        HV*     gv_stashpv(const char* name, I32 flags)