From a99ac0568337d3fcd175b2dc1ee657270b566e42 Mon Sep 17 00:00:00 2001 From: dante-til Date: Wed, 28 Jun 2017 10:00:54 +0100 Subject: [PATCH] "pathname part" -> "pathname segment" Make description of the exclude more specific by referring to pathname segment instead of pathname part. --- manual/config/layer4/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/config/layer4/index.md b/manual/config/layer4/index.md index ffacb0c..4fd8f2d 100644 --- a/manual/config/layer4/index.md +++ b/manual/config/layer4/index.md @@ -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.