summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcstod.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-22 13:02:28 +0000
committerru <ru@FreeBSD.org>2003-05-22 13:02:28 +0000
commit9bcac8799e0fa205ce0aab2815e1934c1c7fb3ad (patch)
tree9e88a547c7f774cc6533ee481e3c36d66be24d9d /lib/libc/locale/wcstod.3
parentfacfefd3157b88295a26cb3e98f18947c2ab4b78 (diff)
downloadFreeBSD-src-9bcac8799e0fa205ce0aab2815e1934c1c7fb3ad.zip
FreeBSD-src-9bcac8799e0fa205ce0aab2815e1934c1c7fb3ad.tar.gz
Assorted mdoc(7) fixes.
Approved by: re (blanket)
Diffstat (limited to 'lib/libc/locale/wcstod.3')
-rw-r--r--lib/libc/locale/wcstod.311
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/locale/wcstod.3 b/lib/libc/locale/wcstod.3
index 6d4c944..f8c5135 100644
--- a/lib/libc/locale/wcstod.3
+++ b/lib/libc/locale/wcstod.3
@@ -31,14 +31,17 @@
.Nm wcstof ,
.Nm wcstod ,
.Nm wcstold
-.Nd "convert string to float, double or long double"
+.Nd convert string to
+.Vt float , double
+or
+.Vt "long double"
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In wchar.h
.Ft float
.Fn wcstof "const wchar_t * restrict nptr" "wchar_t ** restrict endptr"
-.Ft long double
+.Ft "long double"
.Fn wcstold "const wchar_t * restrict nptr" "wchar_t ** restrict endptr"
.Ft double
.Fn wcstod "const wchar_t * restrict nptr" "wchar_t ** restrict endptr"
@@ -53,13 +56,13 @@ functions are the wide-character versions of the
.Fn strtod
and
.Fn strtold
-functios.
+functions.
Refer to
.Xr strtod 3
for details.
.Sh SEE ALSO
.Xr strtod 3 ,
-.Xr wcstol 3 ,
+.Xr wcstol 3
.Sh STANDARDS
The
.Fn wcstof ,
OpenPOWER on IntegriCloud