summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
committerru <ru@FreeBSD.org>2000-11-22 16:02:00 +0000
commitbdc5340b39fbc40a64feadf0d2fd65beca35a320 (patch)
tree4a0b074ae28c1e44296bda8760d05dd25bd2ddfa /lib/libc/stdlib
parentc3abc432d868b9b1370e4d575ff6839e27d887ef (diff)
downloadFreeBSD-src-bdc5340b39fbc40a64feadf0d2fd65beca35a320.zip
FreeBSD-src-bdc5340b39fbc40a64feadf0d2fd65beca35a320.tar.gz
mdoc(7) police: Er macro usage cleanup.
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 c9a6019..6a2dc52 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
OpenPOWER on IntegriCloud