summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fnmatch.3
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-10-20 15:15:59 +0000
committerwosch <wosch@FreeBSD.org>1996-10-20 15:15:59 +0000
commit085d68ca3b32f461a9696ba337611b65e7a3e6a2 (patch)
treecbf6549406ce42722ca5e0d1481813434f5baef6 /lib/libc/gen/fnmatch.3
parentf19270888a2f8551c7569b1b0875fee211db0f40 (diff)
downloadFreeBSD-src-085d68ca3b32f461a9696ba337611b65e7a3e6a2.zip
FreeBSD-src-085d68ca3b32f461a9696ba337611b65e7a3e6a2.tar.gz
add flag FNM_ICASE for case insensitve search
Reviewed by: ache
Diffstat (limited to 'lib/libc/gen/fnmatch.3')
-rw-r--r--lib/libc/gen/fnmatch.35
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3
index d533e09..4363426 100644
--- a/lib/libc/gen/fnmatch.3
+++ b/lib/libc/gen/fnmatch.3
@@ -99,6 +99,11 @@ Additionally, if
.Dv FNM_PATHNAME
is set,
a period is ``leading'' if it immediately follows a slash.
+.It Dv FNM_ICASE
+Ignore case distinctions in both the
+.Fa pattern
+and the
+.Fa string .
.El
.Sh RETURN VALUES
The
OpenPOWER on IntegriCloud