1 --- wcwidth.3.orig 2009-11-09 15:05:25.000000000 -0800
2 +++ wcwidth.3 2009-11-09 15:05:26.000000000 -0800
10 .Nd "number of column positions of a wide-character code"
16 -.Fn wcwidth "wchar_t wc"
30 function determines the number of column positions required to
31 display the wide character
36 +function uses the current locale, the
38 +function may be passed a locale directly. See
40 +for more information.
44 @@ -50,8 +68,8 @@ function returns 0 if the
45 argument is a null wide character (L'\e0'),
49 -otherwise it returns the number of column positions the
51 +otherwise, it returns the number of column positions the
54 This code fragment reads text from standard input and
55 @@ -79,7 +97,8 @@ while ((ch = getwchar()) != WEOF) {