From 423139e3683de5f3751e84c86119b44eaa4acbf9 Mon Sep 17 00:00:00 2001 From: tjr Date: Sun, 18 Jul 2004 06:56:40 +0000 Subject: 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 --- lib/libc/gen/fnmatch.3 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lib/libc') 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 -- cgit v1.1