summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2004-12-23 11:28:06 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-12-24 08:57:56 +0000
commit4509d3fb05d64606512f188665275ee93b1085ab (patch)
treee5b7a790840c07888ca16d13c2d3f66faa55be0c /sv.c
parent4fd0a66c13e2fc6d8b573192b10e547eb574af3b (diff)
downloadperl-4509d3fb05d64606512f188665275ee93b1085ab.tar.gz
Re: [patch perlapi doc] sv_magic
Message-ID: <41CB3866.1080307@stason.org> p4raw-id: //depot/perl@23678
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index 7687921b38..cfdfea3122 100644
--- a/sv.c
+++ b/sv.c
@@ -5406,6 +5406,9 @@ then adds a new magic item of type C<how> to the head of the magic list.
See C<sv_magicext> (which C<sv_magic> now calls) for a description of the
handling of the C<name> and C<namlen> arguments.
+You need to use C<sv_magicext> to add magic to SvREADONLY SVs and also
+to add more than one instance of the same 'how'.
+
=cut
*/