Improve the footnote which defines 'subpath'.
This commit is contained in:
parent
7c90000393
commit
782836bad7
1 changed files with 3 additions and 3 deletions
|
@ -477,9 +477,9 @@ regular expression is anchored at the beginning and end, in contrast
|
||||||
to unanchored regular expressions which will match a substring.} match
|
to unanchored regular expressions which will match a substring.} match
|
||||||
a subpath@footnote{In this context, ``subpath'' means a contiguous
|
a subpath@footnote{In this context, ``subpath'' means a contiguous
|
||||||
subset of path segments; e.g for the relative path
|
subset of path segments; e.g for the relative path
|
||||||
@file{one/two/three/four}, the following are examples of valid
|
@file{one/two/three}, there are six valid subpaths: @file{one},
|
||||||
subpaths: @file{one}, @file{two}, @file{two/three},
|
@file{two}, @file{three}, @file{one/two}, @file{two/three},
|
||||||
@file{two/three/four}.} of this relative path, then the file or
|
@file{one/two/three}.} of this relative path, then the file or
|
||||||
directory will be ignored.
|
directory will be ignored.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
|
Loading…
Reference in a new issue