diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-03 01:28:21 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-03 01:28:21 +0000 |
commit | c9e47db05797e63d421aaf60b14430e88eb0a1e8 (patch) | |
tree | beeadd4f550dea10bbd361a3aba45a0e3000a80e /usr.bin/talk | |
parent | 067d8e4e13131fd04d356f87481195235adf701a (diff) | |
download | FreeBSD-src-c9e47db05797e63d421aaf60b14430e88eb0a1e8.zip FreeBSD-src-c9e47db05797e63d421aaf60b14430e88eb0a1e8.tar.gz |
Document missing multibyte character support in utilities specified
by POSIX.
Diffstat (limited to 'usr.bin/talk')
-rw-r--r-- | usr.bin/talk/talk.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1 index 3dab5e6..9f428c6 100644 --- a/usr.bin/talk/talk.1 +++ b/usr.bin/talk/talk.1 @@ -32,7 +32,7 @@ .\" @(#)talk.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd June 6, 1993 +.Dd July 3, 2004 .Dt TALK 1 .Os .Sh NAME @@ -137,6 +137,8 @@ released with uses a protocol that is incompatible with the protocol used in the version released with .Bx 4.2 . +.Pp +Multibyte characters are not recognized. .Sh HISTORY The .Nm |