From: Nicholas Clark Date: Mon, 24 Nov 2008 18:37:22 +0000 (+0000) Subject: Change 34831 missed running autodoc.pl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a57758be8105e287911e73d8605475c2aa69115;p=p5sagit%2Fp5-mst-13.2.git Change 34831 missed running autodoc.pl p4raw-id: //depot/perl@34903 --- diff --git a/pod/perlintern.pod b/pod/perlintern.pod index f0d8e12..40709f8 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<< >>) =for hackers Found in file intrpvar.h -=item PL_ofs_sv -X +=item PL_ofsgv +X -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