summaryrefslogtreecommitdiff
path: root/lib/libc/string/wcswidth.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/wcswidth.3')
-rw-r--r--lib/libc/string/wcswidth.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/wcswidth.3 b/lib/libc/string/wcswidth.3
index ea63b8c1c1ba..76d32ad8e4b9 100644
--- a/lib/libc/string/wcswidth.3
+++ b/lib/libc/string/wcswidth.3
@@ -23,7 +23,8 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
-.Dd August 8, 1999
+.\"
+.Dd August 20, 2002
.Dt WCSWIDTH 3
.Os
.Sh NAME
@@ -49,7 +50,7 @@ The
function returns 0 if
.Fa pwcs
is an empty string (L""),
--1 if a non-printing wide character is encountered,
+\-1 if a non-printing wide character is encountered,
otherwise it returns the number of column positions occupied.
.Sh SEE ALSO
.Xr iswprint 3 ,