1 --- _SB/Libc/locale/FreeBSD/mbrlen.3 2004-11-25 11:38:18.000000000 -0800
2 +++ _SB/Libc/locale/FreeBSD/mbrlen.3.edit 2006-06-28 16:55:51.000000000 -0700
10 .Nd "get number of bytes in a character (restartable)"
16 -.Fn mbrlen "const char * restrict s" "size_t n" "mbstate_t * restrict ps"
18 +.Fa "const char *restrict s"
20 +.Fa "mbstate_t *restrict ps"
26 +.Fa "const char *restrict s"
28 +.Fa "mbstate_t *restrict ps"
34 function inspects at most
40 to determine the number of bytes needed to complete the next
45 .Dl "mbrtowc(NULL, s, n, ps);"
53 uses its own static, internal
55 object to keep track of the shift state.
59 +function uses the current locale, the
61 +function may be passed a locale directly. See
63 +for more information.