1 --- wcstod.3 2004-11-25 11:38:20.000000000 -0800
2 +++ wcstod.3.edit 2006-08-09 13:29:59.000000000 -0700
23 +.Fa "const wchar_t *restrict nptr"
24 +.Fa "wchar_t **restrict endptr"
27 -.Fn wcstof "const wchar_t * restrict nptr" "wchar_t ** restrict endptr"
29 +.Fa "const wchar_t *restrict nptr"
30 +.Fa "wchar_t **restrict endptr"
33 -.Fn wcstold "const wchar_t * restrict nptr" "wchar_t ** restrict endptr"
35 -.Fn wcstod "const wchar_t * restrict nptr" "wchar_t ** restrict endptr"
37 +.Fa "const wchar_t *restrict nptr"
38 +.Fa "wchar_t **restrict endptr"
47 functions are the wide-character versions of the
58 +Extended locale versions of these functions are documented in
62 +for more information.