summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-07-20 16:06:08 -0600
committerKarl Williamson <khw@cpan.org>2016-08-02 12:11:23 -0600
commite1c2fd4ba015000fa5ceeb033823a85abe3db00c (patch)
tree1ea5ded1455af6fbdf369ff35e94710461b13e47 /sv.c
parentfef5ae0a8a74d1ef746591661c12f0042bf182a8 (diff)
downloadperl-e1c2fd4ba015000fa5ceeb033823a85abe3db00c.tar.gz
perlapi: Add a clarification.
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 00a70677aa..9e67c761ef 100644
--- a/sv.c
+++ b/sv.c
@@ -4925,7 +4925,7 @@ Perl_sv_setpvn_mg(pTHX_ SV *const sv, const char *const ptr, const STRLEN len)
=for apidoc sv_setpv
Copies a string into an SV. The string must be terminated with a C<NUL>
-character.
+character, and not contain embeded C<NUL>'s.
Does not handle 'set' magic. See C<L</sv_setpv_mg>>.
=cut