diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-17 04:04:30 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-17 04:04:30 +0000 |
commit | a4d61babee2e763734bcaf74da19bfe5a4b2403a (patch) | |
tree | 961be4454fe55ae328403fffa2ce7a7f3f06493d /usr.bin/wall | |
parent | 8744c288f759fd1cee621b5848721d5bef0eef2a (diff) | |
download | FreeBSD-src-a4d61babee2e763734bcaf74da19bfe5a4b2403a.zip FreeBSD-src-a4d61babee2e763734bcaf74da19bfe5a4b2403a.tar.gz |
Document incorrect handling of multibyte characters.
Diffstat (limited to 'usr.bin/wall')
-rw-r--r-- | usr.bin/wall/wall.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index 2f12250..1992695 100644 --- a/usr.bin/wall/wall.1 +++ b/usr.bin/wall/wall.1 @@ -32,7 +32,7 @@ .\" @(#)wall.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd June 6, 1993 +.Dd July 17, 2004 .Dt WALL 1 .Os .Sh NAME @@ -70,3 +70,7 @@ receive the message. A .Nm command appeared in PWB UNIX. +.Sh BUGS +The +.Nm +utility does not recognize multibyte characters. |