diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-24 18:37:22 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-24 18:37:22 +0000 |
commit | 6a57758be8105e287911e73d8605475c2aa69115 (patch) | |
tree | bd254cff9bf367322fa98328a5324b2a892c3f82 /pod | |
parent | 9c901649534a136049c279b26c2c103a2802445a (diff) | |
download | perl-6a57758be8105e287911e73d8605475c2aa69115.tar.gz |
Change 34831 missed running autodoc.pl
p4raw-id: //depot/perl@34903
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlintern.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlintern.pod b/pod/perlintern.pod index f0d8e12bf6..40709f8fa1 100644 --- a/pod/perlintern.pod +++ b/pod/perlintern.pod @@ -954,12 +954,12 @@ The GV which was last used for a filehandle input operation. (C<< <FH> >>) =for hackers Found in file intrpvar.h -=item PL_ofs_sv -X<PL_ofs_sv> +=item PL_ofsgv +X<PL_ofsgv> -The output field separator - C<$,> in Perl space. +The glob containing the output field separator - C<*,> in Perl space. - SV* PL_ofs_sv + GV* PL_ofsgv =for hackers Found in file intrpvar.h |