mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Clarify the description of the FNM_PERIOD flag.
This commit is contained in:
parent
88acf96c63
commit
08f4fc1aa8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15706
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user