1 --- _SB/Libc/locale/FreeBSD/mbsinit.3 2004-11-25 11:38:18.000000000 -0800
2 +++ _SB/Libc/locale/FreeBSD/mbsinit.3.edit 2006-06-28 16:55:51.000000000 -0700
10 .Nd "determine conversion object status"
16 .Fn mbsinit "const mbstate_t *ps"
20 +.Fn mbsinit_l "const mbstate_t *ps" "locale_t loc"
27 describes an initial conversion state.
31 +function uses the current locale, the
33 +function may be passed a locale directly. See
35 +for more information.
43 -or describes an initial conversion state,
44 -otherwise it returns zero.
45 +or describes an initial conversion state;
46 +otherwise, it returns zero.