diff options
Diffstat (limited to 'lib/libc/gen/fnmatch.3')
| -rw-r--r-- | lib/libc/gen/fnmatch.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index 4363426c0e35..bc007870596d 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -99,7 +99,13 @@ Additionally, if .Dv FNM_PATHNAME is set, a period is ``leading'' if it immediately follows a slash. -.It Dv FNM_ICASE +.It Dv FNM_LEADING_DIR +Ignore +.Nm /* +rest after successful +.Fa pattern +matching. +.It Dv FNM_CASEFOLD Ignore case distinctions in both the .Fa pattern and the |
