btowc(3), isblank(3): Correct prototypes for _l variants.

MFC after:	1 week
This commit is contained in:
Jilles Tjoelker 2013-03-27 21:31:40 +00:00
parent 9333231988
commit 86bca8fb51
2 changed files with 3 additions and 3 deletions

View File

@ -42,9 +42,9 @@
.In wchar.h
.In xlocale.h
.Ft wint_t
.Fn btowc "int c"
.Fn btowc_l "int c" "locale_t loc"
.Ft int
.Fn wctob "wint_t c"
.Fn wctob_l "wint_t c" "locale_t loc"
.Sh DESCRIPTION
The
.Fn btowc

View File

@ -41,7 +41,7 @@
.Ft int
.Fn isblank "int c"
.Ft int
.Fn isblank "int c" "locale_t loc"
.Fn isblank_l "int c" "locale_t loc"
.Sh DESCRIPTION
The
.Fn isblank