diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/wcstol.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/wcstol.3 b/lib/libc/locale/wcstol.3 index 8149d44..83bd15a 100644 --- a/lib/libc/locale/wcstol.3 +++ b/lib/libc/locale/wcstol.3 @@ -39,9 +39,9 @@ integer .Sh SYNOPSIS .In wchar.h .Ft long -.Fn wcstol "const wchar_t * restrict nptr" "wchar_t * restrict endptr" "int base" +.Fn wcstol "const wchar_t * restrict nptr" "wchar_t ** restrict endptr" "int base" .Ft "unsigned long" -.Fn wcstoul "const wchar_t * restrict nptr" "wchar_t * restrict endptr" "int base" +.Fn wcstoul "const wchar_t * restrict nptr" "wchar_t ** restrict endptr" "int base" .Sh DESCRIPTION The .Fn wcstol |