Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Use the keywords `underflow' and `overflow' ...



details:   https://anonhg.NetBSD.org/src/rev/be276e85f6d4
branches:  trunk
changeset: 348793:be276e85f6d4
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Nov 07 21:52:36 2016 +0000

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

diffstat:

 lib/libc/stdlib/strtod.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 19ae2f3dac02 -r be276e85f6d4 lib/libc/stdlib/strtod.3
--- a/lib/libc/stdlib/strtod.3  Mon Nov 07 21:51:42 2016 +0000
+++ b/lib/libc/stdlib/strtod.3  Mon Nov 07 21:52:36 2016 +0000
@@ -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 @@
 .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 ,



Home | Main Index | Thread Index | Old Index