summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-03-21 11:31:37 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-03-21 11:31:37 +0000
commit8e6b7161d309a40b6a844765fd33556a077df6a7 (patch)
tree245df6a45706c11ca293e94a54d04d11ad90aa66 /lib/libc
parentb59ca66070c5e9363f31fdaf4905b35815b6768a (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/vis.38
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3
index 2cc1e5a60334..5b75041008a2 100644
--- a/lib/libc/gen/vis.3
+++ b/lib/libc/gen/vis.3
@@ -32,7 +32,7 @@
.\" From: @(#)vis.3 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\"
-.Dd July 25, 1996
+.Dd March 21, 2004
.Dt VIS 3
.Os
.Sh NAME
@@ -282,3 +282,9 @@ ambiguous and non-invertible.
.Sh HISTORY
These functions first appeared in
.Bx 4.4 .
+.Sh BUGS
+The
+.Nm
+family of functions do not recognize multibyte characters, and thus
+may consider them to be non-printable when they are in fact printable
+(and vice versa.)