diff options
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 . |
