From: Father Chrysostomos Date: Wed, 13 Nov 2013 14:05:21 +0000 (-0800) Subject: sv.c apidocs: SV_NOSTEAL, not NOSTEAL X-Git-Tag: upstream/5.20.0~1234 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=723a5e86579f53060b33d1f9efadad6c9871ab3e;p=platform%2Fupstream%2Fperl.git sv.c apidocs: SV_NOSTEAL, not NOSTEAL NOSTEAL is nonexistent. While abbreviating constants may be fine for comments, using such forms in API documentation may be less than helpful. --- diff --git a/sv.c b/sv.c index 06ef9ed..a9532e4 100644 --- a/sv.c +++ b/sv.c @@ -3680,7 +3680,7 @@ Loosely speaking, it performs a copy-by-value, obliterating any previous content of the destination. If the C parameter has the C bit set, will C on C if appropriate, else not. If the C -parameter has the C bit set then the +parameter has the C bit set then the buffers of temps will not be stolen. and C are implemented in terms of this function.