1 --- wctype.3.bsdnew 2009-11-10 13:13:11.000000000 -0800
2 +++ wctype.3 2009-11-10 14:11:00.000000000 -0800
12 .Nd "wide character class functions"
18 -.Fn iswctype "wint_t wc" "wctype_t charclass"
21 +.Fa "wctype_t charclass"
24 -.Fn wctype "const char *property"
26 +.Fa "const char *property"
33 +.Fa "wctype_t charclass"
38 +.Fa "const char *property"
44 function returns a value of type
47 which represents the requested wide character class and
48 may be used as the second argument for calls to
50 @@ -60,6 +81,18 @@ function checks whether the wide charact
52 is in the character class
59 +functions use the current locale, the
63 +functions may be passed locales directly. See
65 +for more information.
69 @@ -75,7 +108,7 @@ The
73 -is invalid, otherwise it returns a value of type
74 +is invalid; otherwise, it returns a value of type
76 that can be used in subsequent calls to
78 @@ -95,7 +128,8 @@ myiswalpha(wint_t wc)