X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/ad3c9f2af814c84582fdd1649e49ec4f68572c5a..e07eda1a0324f771bb1ed20ef94f3229005ee46c:/stdlib/FreeBSD/atoi.3 diff --git a/stdlib/FreeBSD/atoi.3 b/stdlib/FreeBSD/atoi.3 index 3dc33e8..6e8a796 100644 --- a/stdlib/FreeBSD/atoi.3 +++ b/stdlib/FreeBSD/atoi.3 @@ -79,14 +79,14 @@ and functions are thread-safe and async-cancel-safe. .Pp The -.Fn atoi -and -.Fn atoi_l -functions have been deprecated by .Fn strtol and .Fn strtol_l -and should not be used in new code. +functions are recommended instead of +.Fn atoi +and +.Fn atoi_l +functions, especially in new code. .Sh ERRORS The function .Fn atoi