diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:39:37 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:39:37 +0200 |
| commit | c09020c2fb01da24d5befbed78ce3b73b5efbe4c (patch) | |
| tree | 8cd1086588988fafaf238aed8a38a7ec85b0afa3 /man/krino.1 | |
| parent | 3990586a85e91923c0a3ae1a1f0f61420db555ac (diff) | |
| download | krino-c09020c2fb01da24d5befbed78ce3b73b5efbe4c.tar.gz krino-c09020c2fb01da24d5befbed78ce3b73b5efbe4c.zip | |
content tests are three-valued: unknown when unreadable or read in part
Diffstat (limited to 'man/krino.1')
| -rw-r--r-- | man/krino.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/man/krino.1 b/man/krino.1 index 000fd95..2761048 100644 --- a/man/krino.1 +++ b/man/krino.1 @@ -193,8 +193,15 @@ checks every included directory. .It Ic explain Ar file Evaluate every exclusion and rule of .Ar file Ns 's -directory against it and show each test's result, so a rule that should -match but does not +directory against it and show each test's result +.Po +.Ql yes , +.Ql no , +or +.Ql \&? +for a result that depends on content krino could not read +.Pc , +so a rule that should match but does not .Pq or the reverse can be diagnosed test by test. See |
