summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-01-09 14:03:54 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-01-09 14:03:54 +0000
commit58c0fdd850f721aa8f9b86b886f77cecf31fcde2 (patch)
tree1a1c5eaf2e1f1be27ddf3988dcbb3c2efdc6d002 /lib/libc
parentce9df6eefc4e5d0792b1b8ef1552f9f9fd29e90c (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdlib/atof.34
-rw-r--r--lib/libc/stdlib/atoi.34
-rw-r--r--lib/libc/stdlib/atol.34
3 files changed, 9 insertions, 3 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3
index 6ae984639a25..10fcf491ab33 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 ,
diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3
index 360faf779227..19269a5ca15a 100644
--- a/lib/libc/stdlib/atoi.3
+++ b/lib/libc/stdlib/atoi.3
@@ -76,7 +76,9 @@ and should not be used in new code.
.Sh ERRORS
The function
.Fn atoi
-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 atof 3 ,
.Xr atol 3 ,
diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3
index 0dceeecfe1d1..10b8cf7081ec 100644
--- a/lib/libc/stdlib/atol.3
+++ b/lib/libc/stdlib/atol.3
@@ -88,7 +88,9 @@ The functions
and
.Fn atoll
need not
-affect the value of errno on an error.
+affect the value of
+.Va errno
+on an error.
.Sh SEE ALSO
.Xr atof 3 ,
.Xr atoi 3 ,