]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
atoi.3: Minor tweaks to Arkadiusz Drabczyk's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 19 Jun 2020 12:23:38 +0000 (14:23 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 19 Jun 2020 12:23:38 +0000 (14:23 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/atoi.3

index d66bb9256e18eced03fc742ad7b92fc26edeefd5..939bcd197e4cc49c8f78b28cd8eee4d8226ffa38 100644 (file)
@@ -125,8 +125,8 @@ On glibc, musl libc, and uClibc, 0 is returned on error.
 is not set on error so there is no way to distinguish between 0 as an
 error and as the converted value.
 No checks for overflow or underflow are done.
-Only input in decimal base can be converted.
-It's recommended to use
+Only base-10 input can be converted.
+It is recommended to instead use the
 .BR strtol ()
 and
 .BR strtoul ()