1 --- _SB/Libc/locale/FreeBSD/wcrtomb.3 2004-11-25 11:38:20.000000000 -0800
2 +++ _SB/Libc/locale/FreeBSD/wcrtomb.3.edit 2006-06-28 16:55:51.000000000 -0700
10 .Nd "convert a wide-character code to a character (restartable)"
16 -.Fn wcrtomb "char * restrict s" "wchar_t wc" "mbstate_t * restrict ps"
18 +.Fa "char *restrict s"
20 +.Fa "mbstate_t *restrict ps"
26 +.Fa "char *restrict s"
28 +.Fa "mbstate_t *restrict ps"
36 including any necessary shift sequences, to the
44 +bytes will be stored.
50 pointed to an internal buffer and
52 -was a null wide character (L'\e0').
53 +were a null wide character (L'\e0').
59 object, which is initialized to the initial conversion state
64 +function uses the current locale, the
66 +function may be passed a locale directly. See
68 +for more information.