Document the fact that join(1) does not recognize multibyte characters.

This commit is contained in:
Tim J. Robbins 2004-06-24 16:24:11 +00:00
parent 7ea30a9c00
commit 2c3d390701
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131059

View File

@ -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.