mdoc(7) police: s/atof/atoi/

This commit is contained in:
Ruslan Ermilov 2001-10-01 12:44:24 +00:00
parent 02af4ddc80
commit ae0d2bed3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84280

View File

@ -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.