X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..7b00c0c43f52e9d27168e67a26aac19065cdb40c:/locale/FreeBSD/wcstod.3 diff --git a/locale/FreeBSD/wcstod.3 b/locale/FreeBSD/wcstod.3 index 25a8fcd..e63a2c8 100644 --- a/locale/FreeBSD/wcstod.3 +++ b/locale/FreeBSD/wcstod.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD: src/lib/libc/locale/wcstod.3,v 1.3 2003/03/13 06:29:53 tjr Exp $ +.\" $FreeBSD: src/lib/libc/locale/wcstod.3,v 1.4 2003/05/22 13:02:27 ru Exp $ .\" .Dd February 22, 2003 .Dt 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 ,