summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-07-25 11:48:05 -0600
committerRafael Garcia-Suarez <rgs@consttype.org>2010-07-27 09:42:01 +0200
commit154bd5274ebc449c2a37261db17c2e721d16078d (patch)
treee1e0d7046c052b92bd1620573ae70bf6e0b62da2 /numeric.c
parent632403ccc5fce570d9c89f91262232622dc18738 (diff)
downloadperl-154bd5274ebc449c2a37261db17c2e721d16078d.tar.gz
Correct pod in numeric.c
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index e7e740f81e..c9423ce3f3 100644
--- a/numeric.c
+++ b/numeric.c
@@ -349,7 +349,7 @@ On entry I<start> and I<*len> give the string to scan, I<*flags> gives
conversion flags, and I<result> should be NULL or a pointer to an NV.
The scan stops at the end of the string, or the first invalid character.
Unless C<PERL_SCAN_SILENT_ILLDIGIT> is set in I<*flags>, encountering an
-invalid character will also trigger a warning.
+8 or 9 will also trigger a warning.
On return I<*len> is set to the length of the scanned string,
and I<*flags> gives output flags.