diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/atoi.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3 index 7061ecd..69eda81 100644 --- a/lib/libc/stdlib/atoi.3 +++ b/lib/libc/stdlib/atoi.3 @@ -69,7 +69,7 @@ The function is not thread-safe and also not async-cancel safe. .Pp The -.Fn atof +.Fn atoi function has been deprecated by .Fn strtol and should not be used in new code. |