diff options
Diffstat (limited to 'usr/src/man/man3c/wcstod.3c')
-rw-r--r-- | usr/src/man/man3c/wcstod.3c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/man/man3c/wcstod.3c b/usr/src/man/man3c/wcstod.3c index e052148c30..276e95e4c5 100644 --- a/usr/src/man/man3c/wcstod.3c +++ b/usr/src/man/man3c/wcstod.3c @@ -43,7 +43,7 @@ .\" Copyright (c) 1992, X/Open Company Limited. All Rights Reserved. .\" Portions Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved .\" -.TH WCSTOD 3C "Aug 25, 2019" +.TH WCSTOD 3C "Apr 21, 2021" .SH NAME wcstod, wcstof, wcstold, wstod, watof \- convert wide character string to floating-point number @@ -219,7 +219,8 @@ conversion could be performed, \fB0\fR is returned. If the correct value is outside the range of representable values, \fB\(+-HUGE_VAL\fR, \fB\(+-HUGE_VALF\fR, or \fB\(+-HUGE_VALL\fR is returned (according to the sign of the value), a floating point overflow exception is -raised, and \fBerrno\fR is set to \fBERANGE\fR. +raised, and \fBerrno\fR is set to \fBERANGE\fR. \fBHUGE_VAL\fR, +\fBHUGE_VALF\fR, and \fBHUGE_VALL\fR are described in \fBmath.h\fR(3HEAD). .sp .LP If the correct value would cause an underflow, the correctly rounded result @@ -272,5 +273,5 @@ MT-Level MT-Safe .TE .SH SEE ALSO -\fBiswspace\fR(3C), \fBlocaleconv\fR(3C), \fBscanf\fR(3C), \fBsetlocale\fR(3C), -\fBwcstol\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5) +\fBiswspace\fR(3C), \fBlocaleconv\fR(3C), \fBmath.h\fR(3HEAD), \fBscanf\fR(3C), +\fBsetlocale\fR(3C), \fBwcstol\fR(3C), \fBattributes\fR(5), \fBstandards\fR(5) |