summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2016-11-07 21:52:36 +0000
committerriastradh <riastradh@NetBSD.org>2016-11-07 21:52:36 +0000
commit55ed1794259047ffa045b66c69e712f75d802d21 (patch)
tree0eb6ac20bf1bb4d8096a5823901e5da4783d021d /lib/libc/stdlib
parentf5aab61c523232bd52e5f3b5dbcd7b7f39f6a217 (diff)
Use the keywords `underflow' and `overflow' in ERANGE summary.
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 f0dd57f6c16..595373d6b1d 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: strtod.3,v 1.28 2016/11/07 21:51:42 riastradh Exp $
+.\" $NetBSD: strtod.3,v 1.29 2016/11/07 21:52:36 riastradh Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -213,7 +213,7 @@ if (errno) {
.Sh ERRORS
.Bl -tag -width Er
.It Bq Er ERANGE
-The value is too large or small in magnitude to be represented.
+The conversion resulted in floating-point underflow or overflow.
.El
.Sh SEE ALSO
.Xr atof 3 ,