diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-01 12:44:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-01 12:44:24 +0000 |
| commit | ae0d2bed3e6b07f6ffdd4196428a15ba21a4285c (patch) | |
| tree | 0e6d437c660863e4a289194d25c3b6846646ed24 /lib/libc | |
| parent | 02af4ddc8067bb69ec578db490b337f6e69082ce (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 7061ecd7b2de..69eda819c783 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. |
