From: Stas Bekman Date: Thu, 12 Aug 2004 18:10:36 +0000 (-0700) Subject: api doc fix for SvSetMagicSV_nosteal X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8066315874125a86ec0500eff546689dd0058589;p=p5sagit%2Fp5-mst-13.2.git api doc fix for SvSetMagicSV_nosteal Message-ID: <411C150C.5020602@stason.org> p4raw-id: //depot/perl@23214 --- diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 36c5030..8a4a12c 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -1489,7 +1489,7 @@ Found in file sv.h =item SvSetMagicSV_nosteal -Like C, but does any set magic required afterwards. +Like C, but does any set magic required afterwards. void SvSetMagicSV_nosteal(SV* dsv, SV* ssv) diff --git a/sv.h b/sv.h index 9b0f070..c9341e6 100644 --- a/sv.h +++ b/sv.h @@ -1200,7 +1200,7 @@ ssv. May evaluate arguments more than once. Like C, but does any set magic required afterwards. =for apidoc Am|void|SvSetMagicSV_nosteal|SV* dsv|SV* ssv -Like C, but does any set magic required afterwards. +Like C, 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