Document incorrect handling of multibyte characters.

This commit is contained in:
Tim J. Robbins 2004-07-23 06:56:38 +00:00
parent bfdf81ac47
commit e9b497dbf6
1 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,7 @@
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93 .\" @(#)locate.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd June 6, 1993 .Dd July 23, 2004
.Dt LOCATE 1 .Dt LOCATE 1
.Os .Os
.Sh NAME .Sh NAME
@ -266,3 +266,7 @@ command first appeared in
Many new features were Many new features were
added in added in
.Fx 2.2 . .Fx 2.2 .
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters.