summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorMike Guy <mjtg@cam.ac.uk>2000-08-03 15:43:09 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-03 23:38:28 +0000
commit659239a4cd11b2ba8db82db8b10f3ce574b1b819 (patch)
tree4b59bf2fe0eae198221158e650abe28cbf8ddede /sv.h
parentf561ce172a4baae2885694c67b8140af85db0ca1 (diff)
downloadperl-659239a4cd11b2ba8db82db8b10f3ce574b1b819.tar.gz
sv.h documentation - SvLEN
Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6507
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index c670f80328..6625730e72 100644
--- a/sv.h
+++ b/sv.h
@@ -505,7 +505,8 @@ string.
Returns the length of the string which is in the SV. See C<SvLEN>.
=for apidoc Am|STRLEN|SvLEN|SV* sv
-Returns the size of the string buffer in the SV. See C<SvCUR>.
+Returns the size of the string buffer in the SV, not including any part
+attributable to C<SvOOK>. See C<SvCUR>.
=for apidoc Am|char*|SvEND|SV* sv
Returns a pointer to the last character in the string which is in the SV.