diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
commit | 0192071c54290a1838194b64aaf939ebac0c0aec (patch) | |
tree | 5217c759bd36b703b17fa6504db1e09e262f1e88 /lib/libc/gen/fnmatch.3 | |
parent | 2e4cdc356362d72de3c139a57e62e891a77cff8a (diff) |
punctuation
Diffstat (limited to 'lib/libc/gen/fnmatch.3')
-rw-r--r-- | lib/libc/gen/fnmatch.3 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index 824ef43974e..69884fafbd2 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fnmatch.3,v 1.4 1997/09/22 05:03:29 millert Exp $ +.\" $OpenBSD: fnmatch.3,v 1.5 1999/05/25 13:06:45 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -93,14 +93,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 +.Dq leading +if it immediately follows a slash. .It Dv FNM_LEADING_DIR Ignore .Nm /* |