summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-06-19 11:03:01 +0200
committerNicholas Clark <nick@ccl4.org>2011-06-19 11:03:01 +0200
commita418c3da0eee0107e6465f74417a9081fa5309d9 (patch)
tree6b0f52184d3b5bc138689d6101a4fe91e12cfda7
parent8df5485de3694c0b3bca52fe9617ab8c3a55f67a (diff)
downloadperl-a418c3da0eee0107e6465f74417a9081fa5309d9.tar.gz
Correct the magic table in perlguts.pod following f34d15629da26eee.
Unfortunately this remains a manual step, as there's a strong distinction between (100%) generated files that we need to ship, which the regen scripts are allowed to wipe and replace, and any files subject to human editing, which they aren't.
-rw-r--r--pod/perlguts.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index b32c01df03..e99c051c40 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -1061,8 +1061,8 @@ The current kinds of Magic Virtual Tables are:
I PERL_MAGIC_isa vtbl_isa @ISA array
i PERL_MAGIC_isaelem vtbl_isaelem @ISA array element
k PERL_MAGIC_nkeys vtbl_nkeys scalar(keys()) lvalue
- L PERL_MAGIC_dbfile vtbl_dbline Debugger %_<filename
- l PERL_MAGIC_dbline (none) Debugger %_<filename element
+ L PERL_MAGIC_dbfile (none) Debugger %_<filename
+ l PERL_MAGIC_dbline vtbl_dbline Debugger %_<filename element
N PERL_MAGIC_shared (none) Shared between threads
n PERL_MAGIC_shared_scalar (none) Shared between threads
o PERL_MAGIC_collxfrm vtbl_collxfrm Locale transformation