From 8e65f0dbb2743cbccc063c47d2a19395f703539e Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 25 Dec 2001 08:43:35 +0000 Subject: Add "except the handling of errors" into "equivalent to" paragraph. Pointed by: bde Inspired by: POSIX --- lib/libc/stdlib/atoi.3 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc/stdlib/atoi.3') 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 -- cgit v1.1