summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-rw-r--r--pod/perlintern.pod8
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