avoid "regex" abbreviation for consistency
This commit is contained in:
parent
c84de4eb14
commit
dd42b09a5b
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ For example, the following options
|
||||||
will cause stow to skip over pre-existing man and info pages.
|
will cause stow to skip over pre-existing man and info pages.
|
||||||
|
|
||||||
Equivalently, you could use @samp{--defer='man|info'} since the
|
Equivalently, you could use @samp{--defer='man|info'} since the
|
||||||
argument is just a Perl regex.
|
argument is just a Perl regular expression.
|
||||||
|
|
||||||
Note that the regular expression is anchored to the beginning of the path
|
Note that the regular expression is anchored to the beginning of the path
|
||||||
relative to the target directory, because this is what you will want to do most
|
relative to the target directory, because this is what you will want to do most
|
||||||
|
|
Loading…
Reference in a new issue