1 --- atof.3.orig Fri Mar 11 10:10:58 2005
2 +++ atof.3 Fri Mar 11 10:12:33 2005
16 .Fn atof "const char *nptr"
19 +.Fn atof_l "const char *nptr" "locale_t loc"
25 character is defined in the program's locale (category
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.
35 .Sh IMPLEMENTATION NOTES