From: Nicholas Clark Date: Fri, 9 Feb 2007 23:36:46 +0000 (+0000) Subject: Fix Pod errors. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75c442e4b9bb8eeee80e9ac09713243f25ff6ed6;p=p5sagit%2Fp5-mst-13.2.git Fix Pod errors. p4raw-id: //depot/perl@30188 --- diff --git a/README.mpeix b/README.mpeix index f6727b1..757055a 100644 --- a/README.mpeix +++ b/README.mpeix @@ -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 --- 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 to -determine the length of C. +determine the length of C, then calls C. =cut */ diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 47fbaf5..6b79538 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -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 diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 18b87a1..106839d 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -1388,7 +1388,7 @@ Found in file gv.c X Returns a pointer to the stash for a specified package. Uses C to -determine the length of C. +determine the length of C, then calls C. HV* gv_stashpv(const char* name, I32 flags)