diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-17 04:15:27 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-17 04:15:27 +0000 |
commit | e867ac8953c362a486c040fc45376ad7cc294fc7 (patch) | |
tree | 63022b5cdd8cd5a7738ae2979255895d014a698b /usr.bin/wall | |
parent | a4d61babee2e763734bcaf74da19bfe5a4b2403a (diff) | |
download | FreeBSD-src-e867ac8953c362a486c040fc45376ad7cc294fc7.zip FreeBSD-src-e867ac8953c362a486c040fc45376ad7cc294fc7.tar.gz |
Mention in the BUGS section that write and wall bogusly use the sender's
LC_CTYPE setting instead of the receiver's when determining which
characters are printable.
Diffstat (limited to 'usr.bin/wall')
-rw-r--r-- | usr.bin/wall/wall.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index 1992695..3615125 100644 --- a/usr.bin/wall/wall.1 +++ b/usr.bin/wall/wall.1 @@ -71,6 +71,13 @@ A .Nm command appeared in PWB UNIX. .Sh BUGS +The sender's +.Ev LC_CTYPE +setting is used to determine which characters are safe to write to a +terminal, not the receiver's (which +.Nm +has no way of knowing). +.Pp The .Nm utility does not recognize multibyte characters. |