Improve the footnote which defines 'subpath'.

This commit is contained in:
Adam Spiers 2011-12-21 11:45:59 +00:00
parent 7c90000393
commit 782836bad7

View file

@ -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