diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-06 15:40:27 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-06 15:40:27 -0500 |
| commit | 20fbff17a03ff78254496e98ccb6c4cff1ae8767 (patch) | |
| tree | 51d909d953bbdecd579393cac67569b8d4585841 /src/unalf.rst | |
| parent | 254d4ba3ea82abd597e2f7b0814c29aeb47dace2 (diff) | |
| download | alftools-20fbff17a03ff78254496e98ccb6c4cff1ae8767.tar.gz | |
Clean up unalf man page.
Diffstat (limited to 'src/unalf.rst')
| -rw-r--r-- | src/unalf.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/unalf.rst b/src/unalf.rst index 7b519ba..69e0f43 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -178,7 +178,7 @@ OPTIONS -v Verbose listing of archive contents, with compressed and original - sizes, compression ration, date/time stamps, and checksum. The + sizes, compression ratio, date/time stamps, and checksum. The output format is similar to that of **arc -v**, minus the *Stowage* column, since *ALF* doesn't support multiple compression types. The date and time are displayed, but in most .alf files these are the @@ -186,7 +186,7 @@ OPTIONS Unlike **-l**, the **-v** listing shows the filenames exactly as stored in the archive (ignores **-L**, enables **-k**), and always - shows all the files (ignores *wildcards* and **-x**). + shows all the files (ignores *wildcards*, **-n**, and **-x**). .. verbose listing of archive contents. @@ -250,18 +250,18 @@ Fatal errors **unalf** will exit with status 1 immediately after these errors: -**fatal: this is an ARC file, not ALF** +**this is an ARC file, not ALF** Self-explanatory. Use the **arc**\(1) utility for this file. -**fatal: not an ALF file** +**not an ALF file** Self-explanatory. Either the file is too small (less than 29 bytes) or its first two bytes don't match the *ALF* signature **0x1a** **0x0f**\. -**fatal: stack underrun/overrun** +**stack underrun/overrun** Generally means the archive is corrupt. Valid ALF files should never cause these errors. -**fatal: compressed data is truncated, EOF before end marker** +**compressed data is truncated, EOF before end marker** Self-explanatory. The ALF file ends before the compressed data does. **header #<n> (compressed|original) size is impossibly large (>16MB)** @@ -391,6 +391,6 @@ This **unalf** was written by B. Watson <urchlay@slackware.uk>. SEE ALSO ======== -**alf**\(1), **alfls**\(1) +**alf**\(1), **alfsum**\(1) .. include:: manftr.rst |
