1 --- _SB/Libc/locale/FreeBSD/wcstombs.3 2004-11-25 11:38:20.000000000 -0800
2 +++ _SB/Libc/locale/FreeBSD/wcstombs.3.edit 2006-06-28 16:55:51.000000000 -0700
10 .Nd convert a wide-character string to a character string
17 -.Fa "char * restrict mbstring" "const wchar_t * restrict wcstring"
19 +.Fa "char *restrict s"
20 +.Fa "const wchar_t *restrict pwcs"
27 +.Fa "char *restrict s"
28 +.Fa "const wchar_t *restrict pwcs"
35 function converts a wide character string
38 into a multibyte character string,
41 beginning in the initial conversion state.
48 Partial multibyte characters at the end of the string are not stored.
49 -The multibyte character string is null terminated if there is room.
50 +The multibyte character string is null terminated, if there is room.
54 +function uses the current locale, the
56 +function may be passed a locale directly. See
58 +for more information.
62 function returns the number of bytes converted
63 -(not including any terminating null), if successful, otherwise it returns
64 +(not including any terminating null), if successful;
65 +otherwise, it returns
66 .Po Vt size_t Pc Ns \-1 .