diff options
author | Stas Bekman <stas@stason.org> | 2004-08-12 11:10:36 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-08-13 07:13:38 +0000 |
commit | 8066315874125a86ec0500eff546689dd0058589 (patch) | |
tree | 30a87c01f0948ded1b524256dd76c18cfd099acd /sv.h | |
parent | ba9ff06f9ec7f1459f85f0c0e62d4aa8a3c9ea91 (diff) | |
download | perl-8066315874125a86ec0500eff546689dd0058589.tar.gz |
api doc fix for SvSetMagicSV_nosteal
Message-ID: <411C150C.5020602@stason.org>
p4raw-id: //depot/perl@23214
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1200,7 +1200,7 @@ ssv. May evaluate arguments more than once. Like C<SvSetSV>, but does any set magic required afterwards. =for apidoc Am|void|SvSetMagicSV_nosteal|SV* dsv|SV* ssv -Like C<SvSetMagicSV>, but does any set magic required afterwards. +Like C<SvSetSV_nosteal>, but does any set magic required afterwards. =for apidoc Am|void|SvSHARE|SV* sv Arranges for sv to be shared between threads if a suitable module |