sv.h documentation - SvLEN
Mike Guy [Thu, 3 Aug 2000 14:43:09 +0000 (15:43 +0100)]
Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@6507

sv.h

diff --git a/sv.h b/sv.h
index c670f80..6625730 100644 (file)
--- 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.