diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:07:57 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:07:57 +0200 |
| commit | c66a842ce4679a3ffa5504dad39b1402bea75e9f (patch) | |
| tree | 9e9db5e569b9f16a4ca4e66d0a5b0f456a186ece /man | |
| parent | b013e5fb87580e4cab0d85a0d2c8bb402c610413 (diff) | |
| download | krino-0.0.7.tar.gz krino-0.0.7.zip | |
plan 10 re-check: cut run column, damaged undo run, emptied directory cleanup, text turning binary, explain flags, interrupt docsv0.0.7
Diffstat (limited to 'man')
| -rw-r--r-- | man/krino.1 | 1 | ||||
| -rw-r--r-- | man/krino.conf.5 | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/man/krino.1 b/man/krino.1 index ecbadc2..000fd95 100644 --- a/man/krino.1 +++ b/man/krino.1 @@ -434,6 +434,7 @@ Interrupted .Pq Ic Ctrl-C or terminated; the current step, if any, is finished and logged first, and the rest of that file's steps are skipped. +An undo finishes reversing the file it is on, then stops. .El .Sh KNOWN LIMITATIONS .Ic krino explain diff --git a/man/krino.conf.5 b/man/krino.conf.5 index d86267d..01d0f3d 100644 --- a/man/krino.conf.5 +++ b/man/krino.conf.5 @@ -281,6 +281,8 @@ the exclude holds and the file is set aside as with a warning. A file whose format has no text at all, such as an image or an archive, is not unreadable: its content tests are false, with no warning. +A file of no known extension that starts as text and holds binary data +further on is unreadable. .Sh RULES .Bd -literal -offset indent (rule NAME ITEM...) @@ -496,6 +498,8 @@ Groups overlap; a file can belong to several. .It Sy text Known text extensions, or detected from the first 8 KiB: valid UTF-8, or UTF-16 with a BOM, and no NUL bytes. +A file detected as text that holds a NUL or invalid UTF-8 further on cannot +be read. .It Sy pdf .Ic pdftotext .Pq 30 second timeout . |
