Merge pull request #456 from dante-til/patch-1

"pathname part" -> "pathname segment"
This commit is contained in:
Axel Kittenberger 2017-08-07 14:40:19 +02:00 committed by GitHub
commit 17a4c2e4d2
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ Two additional parameters can be specified to sync{}:
Exclusion rules are modeled after rsync's exclusion patterns but are a bit simpler. Lsyncd supports these features:
* Generally if any part of the pathname (see below Layer 3) of an event matches the text, it is excluded. E.g. the file "/bin/foo/bar" matches the rule "foo".
* Generally if any segment of the pathname (see below Layer 3) of an event matches the text, it is excluded. E.g. the file "/bin/foo/bar" matches the rule "foo".
* If the rule starts with a slash, it will only be matched at the beginning of the pathname
* If the rule ends with a slash, it will only be matched at the end of a pathname
* ? matches any character that is not a slash.