Module Name:    src
Committed By:   riastradh
Date:           Mon Nov  7 21:52:36 UTC 2016

Modified Files:
        src/lib/libc/stdlib: strtod.3

Log Message:
Use the keywords `underflow' and `overflow' in ERANGE summary.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/stdlib/strtod.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdlib/strtod.3
diff -u src/lib/libc/stdlib/strtod.3:1.28 src/lib/libc/stdlib/strtod.3:1.29
--- src/lib/libc/stdlib/strtod.3:1.28	Mon Nov  7 21:51:42 2016
+++ src/lib/libc/stdlib/strtod.3	Mon Nov  7 21:52:36 2016
@@ -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 ,

Reply via email to