Change 34903 by [EMAIL PROTECTED] on 2008/11/24 18:37:22

        Change 34831 missed running autodoc.pl

Affected files ...

... //depot/perl/pod/perlintern.pod#78 edit

Differences ...

==== //depot/perl/pod/perlintern.pod#78 (text+w) ====
Index: perl/pod/perlintern.pod
--- perl/pod/perlintern.pod#77~34829~   2008-11-12 21:47:34.000000000 -0800
+++ perl/pod/perlintern.pod     2008-11-24 10:37:22.000000000 -0800
@@ -954,12 +954,12 @@
 =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
End of Patch.

Reply via email to