1 --- _SB/Libc/locale/FreeBSD/mbsrtowcs.3 2004-11-25 11:38:18.000000000 -0800
2 +++ _SB/Libc/locale/FreeBSD/mbsrtowcs.3.edit 2006-06-28 16:55:51.000000000 -0700
12 .Nd "convert a character string to a wide-character string (restartable)"
19 +.Fa "wchar_t *restrict dst"
20 +.Fa "const char **restrict src"
23 +.Fa "mbstate_t *restrict ps"
27 -.Fa "wchar_t * restrict dst" "const char ** restrict src" "size_t len"
28 -.Fa "mbstate_t * restrict ps"
29 +.Fa "wchar_t *restrict dst"
30 +.Fa "const char **restrict src"
32 +.Fa "mbstate_t *restrict ps"
38 -.Fa "wchar_t * restrict dst" "const char ** restrict src" "size_t nms"
39 -.Fa "size_t len" "mbstate_t * restrict ps"
41 +.Fa "wchar_t *restrict dst"
42 +.Fa "const char **restrict src"
44 +.Fa "mbstate_t *restrict ps"
49 +.Fa "wchar_t *restrict dst"
50 +.Fa "const char **restrict src"
53 +.Fa "mbstate_t *restrict ps"
59 -function converts a sequence of multibyte characters pointed to indirectly by
61 -into a sequence of corresponding wide characters and stores at most
62 +function converts a sequence of multibyte characters, pointed to indirectly by
64 +into a sequence of corresponding wide characters. It stores at most
70 bytes from the buffer pointed to by
77 +functions use the current locale, the
81 +functions may be passed locales directly. See
83 +for more information.