diff options
author | tjr <tjr@FreeBSD.org> | 2004-06-24 15:57:56 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-06-24 15:57:56 +0000 |
commit | 2ec6e3b662d78a4f1f026e90afb1ef3c375b465e (patch) | |
tree | a71f500a7ecd1ea23e2e3ea628127951a96108af /usr.bin/comm | |
parent | 47396828bbf14f22aefcb96dc6a4528f0027c86f (diff) | |
download | FreeBSD-src-2ec6e3b662d78a4f1f026e90afb1ef3c375b465e.zip FreeBSD-src-2ec6e3b662d78a4f1f026e90afb1ef3c375b465e.tar.gz |
Document the fact that comm(1) does not recognize multibyte characters
in its input. Although doing so would require only trivial changes,
it would be incompatible with the ordering used by sort(1), which is the
primary source of comm's input.
Diffstat (limited to 'usr.bin/comm')
-rw-r--r-- | usr.bin/comm/comm.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 5c1f44b..6866986 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -35,7 +35,7 @@ .\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd June 6, 1993 +.Dd June 25, 2004 .Os .Dt COMM 1 .Sh NAME @@ -101,3 +101,9 @@ A .Nm command appeared in .At v4 . +.Sh BUGS +The +.Nm +utility does not recognize multibyte characters in order to remain +compatible with the current implementation of +.Xr sort 1 . |