diff options
Diffstat (limited to 'man/krino.conf.5')
| -rw-r--r-- | man/krino.conf.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/krino.conf.5 b/man/krino.conf.5 index c9e823f..fda7649 100644 --- a/man/krino.conf.5 +++ b/man/krino.conf.5 @@ -385,6 +385,11 @@ A rule matches only when its condition is true, so .Ql (not (content \(dqx\(dq)) never acts on a file krino could not read; an exclusion holds when its condition is true or unknown. +While no earlier rule has matched a file but one could not be decided, +.Ic (matched) +is unknown as well, so a catch-all +.Ql (not (matched)) +does not take the file either. .Ss Tests .Bl -tag -width Ds .It Ic (type Ar t No ...) |
