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

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

View File

@ -35,7 +35,7 @@
.\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd April 12, 2003
.Dd June 25, 2004
.Dt UNIQ 1
.Os
.Sh NAME
@ -153,3 +153,7 @@ A
.Nm
command appeared in
.At v3 .
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters.