summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
commitc23155a43a8fbd8404b4d7bca71c292e92fb4870 (patch)
tree1e83673f6c987353d3d25ac9281b995305207cdd /lib/libc/stdlib
parentb4f0f4aa81e55069576ee63fdbc80fa9c8f9cdbb (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtod.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index c9a60192f0ec..6a2dc52b1577 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -90,12 +90,12 @@ is stored in the location referenced by
If the correct value would cause overflow, plus or minus
.Dv HUGE_VAL
is returned (according to the sign of the value), and
-.Dv ERANGE
+.Er ERANGE
is stored in
.Va errno .
If the correct value would cause underflow, zero is
returned and
-.Dv ERANGE
+.Er ERANGE
is stored in
.Va errno .
.Sh ERRORS