From e8608f33d09d88f3da5ddb7de95145b646b3fba3 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 19 Nov 2011 06:39:48 -0800 Subject: [PATCH] Correct sv_catsv_flags docs Get-magic is only called on ssv. SV_SMAGIC is accepted, too. --- sv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sv.c b/sv.c index 330937c..5386373 100644 --- a/sv.c +++ b/sv.c @@ -5040,7 +5040,9 @@ not 'set' magic. See C. Concatenates the string from SV C onto the end of the string in SV C. Modifies C but not C. If C has C -bit set, will C on the SVs if appropriate, else not. C +bit set, will C on the C, if appropriate, before +reading it. If the C contain C, C will be +called on the modified SV afterward, if appropriate. C and C are implemented in terms of this function. =cut */ -- 1.8.3.1