1 --- _SB/Libc/locale/FreeBSD/mbrtowc.3 2004-11-25 11:38:18.000000000 -0800
2 +++ _SB/Libc/locale/FreeBSD/mbrtowc.3.edit 2006-06-29 11:10:29.000000000 -0700
10 .Nd "convert a character to a wide-character code (restartable)"
17 -.Fa "wchar_t * restrict pwc" "const char * restrict s" "size_t n"
18 -.Fa "mbstate_t * restrict ps"
19 +.Fa "wchar_t *restrict pwc"
20 +.Fa "const char *restrict s"
22 +.Fa "mbstate_t *restrict ps"
28 +.Fa "wchar_t *restrict pwc"
29 +.Fa "const char *restrict s"
31 +.Fa "mbstate_t *restrict ps"
37 function inspects at most
43 to determine the number of bytes needed to complete the next multibyte
45 If a character can be completed, and
67 object, which is initialized to the initial conversion state
72 +function uses the current locale, the
74 +function may be passed a locale directly. See
76 +for more information.