diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:32:11 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:32:11 +0200 |
| commit | ccd6faf3d10da0669631fb3e3ba17a46b9e63a09 (patch) | |
| tree | b1829034cf6c6fec206ba50deac59ff4369ce974 /man | |
| parent | 2f4e6dd8dfc7e18064e087c65ff9d28b4833cce2 (diff) | |
| download | krino-ccd6faf3d10da0669631fb3e3ba17a46b9e63a09.tar.gz krino-ccd6faf3d10da0669631fb3e3ba17a46b9e63a09.zip | |
(matched) is unknown after an undecided rule, so a catch-all leaves an unreadable file alone
Diffstat (limited to 'man')
| -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 ...) |
