1 --- _SB/Libc/string/FreeBSD/wcswidth.3 2003-05-20 15:23:56.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/wcswidth.3.edit 2006-06-28 16:55:53.000000000 -0700
10 .Nd "number of column positions in wide-character string"
16 -.Fn wcswidth "const wchar_t *pwcs" "size_t n"
18 +.Fa "const wchar_t *pwcs"
25 +.Fa "const wchar_t *pwcs"
35 or until a null wide character (L'\e0') is encountered.
39 +function uses the current locale, the
41 +function may be passed a locale directly. See
43 +for more information.
49 is an empty string (L""),
50 -\-1 if a non-printing wide character is encountered,
51 -otherwise it returns the number of column positions occupied.
52 +\-1 if a non-printing wide character is encountered;
53 +otherwise, it returns the number of column positions occupied.