From: Nicholas Clark Date: Sun, 23 May 2010 20:09:13 +0000 (+0100) Subject: Change the API documentation from sv_2nv to sv_2nv_flags. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=196007d1d65f1413c42844a9656643290de75eb5;p=p5sagit%2Fp5-mst-13.2.git Change the API documentation from sv_2nv to sv_2nv_flags. Addendum to 39d5de13bc6d138b. --- diff --git a/sv.c b/sv.c index 7f4b1c6..7ec4242 100644 --- a/sv.c +++ b/sv.c @@ -2436,7 +2436,7 @@ Perl_sv_2uv_flags(pTHX_ register SV *const sv, const I32 flags) } /* -=for apidoc sv_2nv +=for apidoc sv_2nv_flags Return the num value of an SV, doing any necessary string or integer conversion. If flags includes SV_GMAGIC, does an mg_get() first.