summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/glob.3
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-18 10:11:27 +0000
committertjr <tjr@FreeBSD.org>2004-07-18 10:11:27 +0000
commit8ec9b1951ba8104ace17462a1a2e3d8d94c92756 (patch)
treeb6e83f568a0a176a94dd2cfce3d14bc17aec4be3 /lib/libc/gen/glob.3
parent957eb5835c48641cdf3fb1ac3e15022e6585474c (diff)
downloadFreeBSD-src-8ec9b1951ba8104ace17462a1a2e3d8d94c92756.zip
FreeBSD-src-8ec9b1951ba8104ace17462a1a2e3d8d94c92756.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 (related)
Diffstat (limited to 'lib/libc/gen/glob.3')
-rw-r--r--lib/libc/gen/glob.319
1 files changed, 12 insertions, 7 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3
index bd5214c..5730ba3 100644
--- a/lib/libc/gen/glob.3
+++ b/lib/libc/gen/glob.3
@@ -34,7 +34,7 @@
.\" @(#)glob.3 8.3 (Berkeley) 4/16/94
.\" $FreeBSD$
.\"
-.Dd April 16, 1994
+.Dd July 18, 2004
.Dt GLOB 3
.Os
.Sh NAME
@@ -423,12 +423,15 @@ execvp("ls", g.gl_pathv);
.Xr fnmatch 3 ,
.Xr regexp 3
.Sh STANDARDS
-The
+The current implementation of the
.Fn glob
-function is expected to be
-.St -p1003.2
-compatible with the exception
-that the flags
+function
+.Em does not
+conform to
+.St -p1003.2 .
+Collating symbol expressions, equivalence class expressions and
+character class expressions are not supported.
+The flags
.Dv GLOB_ALTDIRFUNC ,
.Dv GLOB_BRACE ,
.Dv GLOB_LIMIT ,
@@ -440,8 +443,10 @@ and the fields
.Fa gl_matchc
and
.Fa gl_flags
-should not be used by applications striving for strict
+are extensions to the
.Tn POSIX
+standard and
+should not be used by applications striving for strict
conformance.
.Sh HISTORY
The
OpenPOWER on IntegriCloud