summaryrefslogtreecommitdiff
path: root/usr.bin/join
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-06-24 16:24:11 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-06-24 16:24:11 +0000
commit2c3d390701e010e05018a4519ffa10dd9407f6e0 (patch)
treec4e3224c917752e1b7491eecfafc3f4fa4c1c9ee /usr.bin/join
parent7ea30a9c0083a31bca21a4a0b3de1cfcc9c8babc (diff)
downloadsrc-test-2c3d390701e010e05018a4519ffa10dd9407f6e0.tar.gz
src-test-2c3d390701e010e05018a4519ffa10dd9407f6e0.zip
Document the fact that join(1) does not recognize multibyte characters.
Notes
Notes: svn path=/head/; revision=131059
Diffstat (limited to 'usr.bin/join')
-rw-r--r--usr.bin/join/join.17
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1
index 15270d01f8f0c..6a7477fc3f2a0 100644
--- a/usr.bin/join/join.1
+++ b/usr.bin/join/join.1
@@ -35,7 +35,7 @@
.\" @(#)join.1 8.3 (Berkeley) 4/28/95
.\" $FreeBSD$
.\"
-.Dd April 18, 2002
+.Dd June 25, 2004
.Dt JOIN 1
.Os
.Sh NAME
@@ -217,3 +217,8 @@ command conforms to
.Xr paste 1 ,
.Xr sort 1 ,
.Xr uniq 1
+.Sh BUGS
+.Pp
+The
+.Nm
+utility does not recognize multibyte characters.