diff options
| author | John Polstra <jdp@FreeBSD.org> | 1996-05-10 00:35:55 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1996-05-10 00:35:55 +0000 |
| commit | a6bf85e2e982923f763220e39b6bd4ced55dda3c (patch) | |
| tree | 3d66efbcfed976477f1a613d6584bb25ad33f520 /lib/libc | |
| parent | 250f2cb4d4551cdf6bc9a6a4bb0ef5f8cd1a74bc (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/fnmatch.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index 8d0919c3e872..d533e09419e2 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -85,7 +85,12 @@ must be explicitly matched by slashes in .Fa pattern . If this flag is not set, then slashes are treated as regular characters. .It Dv FNM_PERIOD -Leading periods in strings match periods in patterns. +Leading periods in +.Fa string +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 |
