mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
Now that fnmatch() supports multibyte characters, find does too; remove
entry from BUGS section that said otherwise.
This commit is contained in:
parent
9d88e27007
commit
053e1a39a3
1 changed files with 1 additions and 5 deletions
|
|
@ -35,7 +35,7 @@
|
|||
.\" @(#)find.1 8.7 (Berkeley) 5/9/95
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd July 3, 2004
|
||||
.Dd July 29, 2004
|
||||
.Dt FIND 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -916,10 +916,6 @@ primary does not interact well with other options that cause the file system
|
|||
tree traversal options to be changed.
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
utility does not recognize multibyte characters in file names.
|
||||
.Pp
|
||||
The
|
||||
.Ic -mindepth
|
||||
and
|
||||
.Ic -maxdepth
|
||||
|
|
|
|||
Loading…
Reference in a new issue