diff options
Diffstat (limited to 'lib/libc/stdlib/atof.3')
-rw-r--r-- | lib/libc/stdlib/atof.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3 index 6ae9846..10fcf49 100644 --- a/lib/libc/stdlib/atof.3 +++ b/lib/libc/stdlib/atof.3 @@ -80,7 +80,9 @@ and should not be used in new code. .Sh ERRORS The function .Fn atof -need not affect the value of errno on an error. +need not affect the value of +.Va errno +on an error. .Sh SEE ALSO .Xr atoi 3 , .Xr atol 3 , |