summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/atoi.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-12-30 03:34:46 +0000
committerache <ache@FreeBSD.org>2001-12-30 03:34:46 +0000
commita6e7c78be57ebd99da59ac7e960f115badce24fd (patch)
tree4aa0c4f3355219f0fd3e65a25e922b69f3f9523e /lib/libc/stdlib/atoi.3
parentc79d7cebd4c6fd0a4f8f8e633c5e25ead4f5213e (diff)
downloadFreeBSD-src-a6e7c78be57ebd99da59ac7e960f115badce24fd.zip
FreeBSD-src-a6e7c78be57ebd99da59ac7e960f115badce24fd.tar.gz
Back out errno preserving
Diffstat (limited to 'lib/libc/stdlib/atoi.3')
-rw-r--r--lib/libc/stdlib/atoi.36
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3
index 551fc56..360faf7 100644
--- a/lib/libc/stdlib/atoi.3
+++ b/lib/libc/stdlib/atoi.3
@@ -63,8 +63,6 @@ It is equivalent to:
.Bd -literal -offset indent
(int)strtol(nptr, (char **)NULL, 10);
.Ed
-.Pp
-except the handling of errors.
.Sh IMPLEMENTATION NOTES
The
.Fn atoi
@@ -76,9 +74,9 @@ function has been deprecated by
.Fn strtol
and should not be used in new code.
.Sh ERRORS
-The
+The function
.Fn atoi
-function does not detect errors.
+need not affect the value of errno on an error.
.Sh SEE ALSO
.Xr atof 3 ,
.Xr atol 3 ,
OpenPOWER on IntegriCloud