diff options
Diffstat (limited to 'lib/libc/stdlib/atol.3')
-rw-r--r-- | lib/libc/stdlib/atol.3 | 4 |
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 |