diff options
author | ru <ru@FreeBSD.org> | 2001-10-01 12:44:24 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-10-01 12:44:24 +0000 |
commit | 27a539ba89e8abf09205c86a52c9774323c6af37 (patch) | |
tree | 0e6d437c660863e4a289194d25c3b6846646ed24 /lib | |
parent | 3af8f971484f3dda25efe9b67857345a28ce8f22 (diff) | |
download | FreeBSD-src-27a539ba89e8abf09205c86a52c9774323c6af37.zip FreeBSD-src-27a539ba89e8abf09205c86a52c9774323c6af37.tar.gz |
mdoc(7) police: s/atof/atoi/
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. |