diff options
Diffstat (limited to 'lib/libc/stdlib/atoi.3')
-rw-r--r-- | lib/libc/stdlib/atoi.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3 index 69eda81..551fc56 100644 --- a/lib/libc/stdlib/atoi.3 +++ b/lib/libc/stdlib/atoi.3 @@ -63,6 +63,8 @@ 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 |