diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-18 06:56:40 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-18 06:56:40 +0000 |
commit | 423139e3683de5f3751e84c86119b44eaa4acbf9 (patch) | |
tree | 0bb597b3476a60643c78115283124410606adb65 /lib | |
parent | a2b179fee8badfb629daa2ca3c2e64917675dd95 (diff) | |
download | FreeBSD-src-423139e3683de5f3751e84c86119b44eaa4acbf9.zip FreeBSD-src-423139e3683de5f3751e84c86119b44eaa4acbf9.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/fnmatch.3 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index 1d2c68a..db27033 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -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 |