From 27a539ba89e8abf09205c86a52c9774323c6af37 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 1 Oct 2001 12:44:24 +0000 Subject: mdoc(7) police: s/atof/atoi/ --- lib/libc/stdlib/atoi.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') 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. -- cgit v1.1