summaryrefslogtreecommitdiff
path: root/lib/libc/gen/fnmatch.3
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>1999-10-30 15:27:58 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>1999-10-30 15:27:58 +0000
commit8045deeaab6e3d74bf0dba5f7146d98d9f66e626 (patch)
treeffd90129a27e8f50388924fefedac3faf3c90a6e /lib/libc/gen/fnmatch.3
parent9330a7971561ce73c9f9b49eba2ad6ac06d267f1 (diff)
Notes
Diffstat (limited to 'lib/libc/gen/fnmatch.3')
-rw-r--r--lib/libc/gen/fnmatch.315
1 files changed, 11 insertions, 4 deletions
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3
index 1da91a88c8cc..8b556b59fcfe 100644
--- a/lib/libc/gen/fnmatch.3
+++ b/lib/libc/gen/fnmatch.3
@@ -32,6 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fnmatch.3 8.3 (Berkeley) 4/28/95
+.\" $FreeBSD$
.\"
.Dd April 28, 1995
.Dt FNMATCH 3
@@ -91,14 +92,20 @@ must be explicitly matched by periods in
.Fa pattern .
If this flag is not set, then leading periods are treated as regular
characters.
-The definition of ``leading'' is related to the specification of
-.Dv FNM_PATHNAME.
-A period is always ``leading'' if it is the first character in
+The definition of
+.Dq leading
+is related to the specification of
+.Dv FNM_PATHNAME .
+A period is always
+.Dq leading
+if it is the first character in
.Ar string .
Additionally, if
.Dv FNM_PATHNAME
is set,
-a period is ``leading'' if it immediately follows a slash.
+a period is
+leading
+if it immediately follows a slash.
.It Dv FNM_LEADING_DIR
Ignore
.Nm /*