summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fnmatch.3
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>1999-10-30 15:12:25 +0000
committerphantom <phantom@FreeBSD.org>1999-10-30 15:12:25 +0000
commita17fafc521c9321396f4621e7a95409970d577e4 (patch)
tree4d72917afe8751c7a9e46178ec42c6071e9c9d87 /lib/libc/gen/fnmatch.3
parent945a25b48913c2f1a8b8f0aadcb902c3189ed927 (diff)
downloadFreeBSD-src-a17fafc521c9321396f4621e7a95409970d577e4.zip
FreeBSD-src-a17fafc521c9321396f4621e7a95409970d577e4.tar.gz
mdoc(7)'fy
Diffstat (limited to 'lib/libc/gen/fnmatch.3')
-rw-r--r--lib/libc/gen/fnmatch.314
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3
index 1231c75..8b556b5 100644
--- a/lib/libc/gen/fnmatch.3
+++ b/lib/libc/gen/fnmatch.3
@@ -92,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 /*
OpenPOWER on IntegriCloud