diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-12 09:25:27 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-12 09:25:27 +0000 |
| commit | 3a67d8efd0214fff283fc0ebd3c7fcffdeeb26f4 (patch) | |
| tree | 53baec627522652b7581d96876207b2184dc0587 /lib/libc | |
| parent | b4dcc46af5df919028faf8e5b36694050ed284fd (diff) | |
Notes
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 8149d4413e9a..83bd15a18984 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 |
