1 --- wcstod.3.orig 2009-11-09 15:05:25.000000000 -0800
2 +++ wcstod.3 2009-11-09 15:05:26.000000000 -0800
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.