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 | |
| parent | 254d4ba3ea82abd597e2f7b0814c29aeb47dace2 (diff) | |
| download | alftools-20fbff17a03ff78254496e98ccb6c4cff1ae8767.tar.gz | |
Clean up unalf man page.
| -rw-r--r-- | src/unalf.1 | 14 | ||||
| -rw-r--r-- | src/unalf.rst | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index 8acfbfb..4767cf1 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -222,7 +222,7 @@ extracted files will have \fBmtime\fP set to the current time. .TP .B \-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 \fBarc \-v\fP, minus the \fIStowage\fP column, since \fIALF\fP doesn\(aqt support multiple compression types. The date and time are displayed, but in most .alf files these are the @@ -230,7 +230,7 @@ default values of "8 Jan 82 12:24:38a". .sp Unlike \fB\-l\fP, the \fB\-v\fP listing shows the filenames exactly as stored in the archive (ignores \fB\-L\fP, enables \fB\-k\fP), and always -shows all the files (ignores \fIwildcards\fP and \fB\-x\fP). +shows all the files (ignores \fIwildcards\fP, \fB\-n\fP, and \fB\-x\fP). .UNINDENT .\" verbose listing of archive contents. . @@ -302,18 +302,18 @@ Besides the standard error messages such as "no such file or directory": \fBunalf\fP will exit with status 1 immediately after these errors: .INDENT 0.0 .TP -.B \fBfatal: this is an ARC file, not ALF\fP +.B \fBthis is an ARC file, not ALF\fP Self\-explanatory. Use the \fBarc\fP(1) utility for this file. .TP -.B \fBfatal: not an ALF file\fP +.B \fBnot an ALF file\fP Self\-explanatory. Either the file is too small (less than 29 bytes) or its first two bytes don\(aqt match the \fIALF\fP signature \fB0x1a\fP \fB0x0f\fP\&. .TP -.B \fBfatal: stack underrun/overrun\fP +.B \fBstack underrun/overrun\fP Generally means the archive is corrupt. Valid ALF files should never cause these errors. .TP -.B \fBfatal: compressed data is truncated, EOF before end marker\fP +.B \fBcompressed data is truncated, EOF before end marker\fP Self\-explanatory. The ALF file ends before the compressed data does. .TP .B \fBheader #<n> (compressed|original) size is impossibly large (>16MB)\fP @@ -438,7 +438,7 @@ can be reached via the AtariAge.com forums with the username "Alfred". This \fBunalf\fP was written by B. Watson <\fI\%urchlay@slackware.uk\fP>. .SH SEE ALSO .sp -\fBalf\fP(1), \fBalfls\fP(1) +\fBalf\fP(1), \fBalfsum\fP(1) .sp The git repository for \fBalftools\fP: .INDENT 0.0 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 |
