mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list
of features required by the standard that the current implementation does not support. PR: 57911
This commit is contained in:
parent
be7695cf65
commit
613e383e81
1 changed files with 7 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
.\" @(#)fnmatch.3 8.3 (Berkeley) 4/28/95
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 28, 1995
|
||||
.Dd July 18, 2004
|
||||
.Dt FNMATCH 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -134,10 +134,14 @@ otherwise, it returns the value
|
|||
.Xr glob 3 ,
|
||||
.Xr regex 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
The current implementation of the
|
||||
.Fn fnmatch
|
||||
function conforms to
|
||||
function
|
||||
.Em does not
|
||||
conform to
|
||||
.St -p1003.2 .
|
||||
Collating symbol expressions, equivalence class expressions and
|
||||
character class expressions are not supported.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn fnmatch
|
||||
|
|
|
|||
Loading…
Reference in a new issue