Correct type of second argument: it is wchar_t ** restrict,

not wchar_t * restrict.
This commit is contained in:
Tim J. Robbins 2002-09-12 09:25:27 +00:00
parent b4dcc46af5
commit 3a67d8efd0

View File

@ -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