summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/atol.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-12-25 08:43:35 +0000
committerache <ache@FreeBSD.org>2001-12-25 08:43:35 +0000
commit8e65f0dbb2743cbccc063c47d2a19395f703539e (patch)
tree26fafec366db466f837b220ef309be5f91c83e05 /lib/libc/stdlib/atol.3
parentbefc49edf5ef92ed863d7bf926731d2a53619956 (diff)
downloadFreeBSD-src-8e65f0dbb2743cbccc063c47d2a19395f703539e.zip
FreeBSD-src-8e65f0dbb2743cbccc063c47d2a19395f703539e.tar.gz
Add "except the handling of errors" into "equivalent to" paragraph.
Pointed by: bde Inspired by: POSIX
Diffstat (limited to 'lib/libc/stdlib/atol.3')
-rw-r--r--lib/libc/stdlib/atol.34
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3
index 9ba67cd..261999f 100644
--- a/lib/libc/stdlib/atol.3
+++ b/lib/libc/stdlib/atol.3
@@ -70,6 +70,8 @@ It is equivalent to:
.Pp
.Dl "strtol(nptr, (char **)NULL, 10);"
.Pp
+except the handling of errors.
+.Pp
The
.Fn atoll
function converts the initial portion of the string pointed to by
@@ -82,6 +84,8 @@ representation.
It is equivalent to:
.Pp
.Dl "strtoll(nptr, (char **)NULL, 10);"
+.Pp
+except the handling of errors.
.Sh ERRORS
The
.Fn atol
OpenPOWER on IntegriCloud