1 --- mbsinit.3.orig 2009-11-09 15:05:25.000000000 -0800
2 +++ mbsinit.3 2009-11-09 15:05:25.000000000 -0800
10 .Nd "determine conversion object status"
16 .Fn mbsinit "const mbstate_t *ps"
20 +.Fn mbsinit_l "const mbstate_t *ps" "locale_t loc"
24 @@ -44,6 +49,14 @@ function determines whether the
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.
39 @@ -51,15 +64,16 @@ function returns non-zero if
43 -or describes an initial conversion state,
44 -otherwise it returns zero.
45 +or describes an initial conversion state;
46 +otherwise, it returns zero.