Skip to content

Commit 75c442e

Browse files
committed
Fix Pod errors.
p4raw-id: //depot/perl@30188
1 parent c009da3 commit 75c442e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.mpeix

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Various socket problems were fixed in mpeix.c.
8282
Mark Klein provided a fixed sigsetjmp (that works with dynamic
8383
libraries) in mpeix_setjmp.c
8484

85-
=item *
85+
=back
8686

8787
June 1, 2000
8888

gv.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ S_require_tie_mod(pTHX_ GV *gv, const char *varpv, SV* namesv, const char *methp
716716
=for apidoc gv_stashpv
717717
718718
Returns a pointer to the stash for a specified package. Uses C<strlen> to
719-
determine the length of C<name, then calls C<gv_stashpvn()>.
719+
determine the length of C<name>, then calls C<gv_stashpvn()>.
720720
721721
=cut
722722
*/

pod/perl595delta.pod

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ safer form of back-reference notation as well as allowing relative
127127
backreferences. This should make it easier to generate and embed patterns
128128
that contain backreferences. (Yves Orton)
129129

130-
=back
131-
132130
=item Regexp::Keep internalized
133131

134132
The functionality of Jeff Pinyan's module Regexp::Keep has been added to
@@ -144,6 +142,8 @@ that can now be converted to
144142

145143
which is much more efficient.
146144

145+
=back
146+
147147
=head2 The C<_> prototype
148148

149149
A new prototype character has been added. C<_> is equivalent to C<$> (it

pod/perlapi.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ Found in file gv.c
13881388
X<gv_stashpv>
13891389

13901390
Returns a pointer to the stash for a specified package. Uses C<strlen> to
1391-
determine the length of C<name, then calls C<gv_stashpvn()>.
1391+
determine the length of C<name>, then calls C<gv_stashpvn()>.
13921392

13931393
HV* gv_stashpv(const char* name, I32 flags)
13941394

0 commit comments

Comments
 (0)