On Sun, 16 Mar 2008 23:47:56 -0600
"Raphael Geissert" <[EMAIL PROTECTED]> wrote:

> Thank you, I'll consider your patch on the next upload (I've doubts
> about the first change, the other two changes will for sure be
> included).

Thanks, and you are right to doubt; after a second look:

        -is a files archiver with high-compression rates (with high CPU and 
memory cost).
        +is a high compression file archiver with high CPU and memory cost.

...the latter "high" should be kept parenthetical since it's cautionary.
Attached is an edited patch with:

        +is a file archiver with high-compression rates (and high CPU and 
memory cost).

The 's/(with/(and/' is optional (or cosmetic), but 'file' should be
singular.  I reckon 'files' was to signify that it's not a mere file
compressor, (like 'gzip'), but an archiver/compressor, (like 'zip');
but since 'file' is an adjective modifying the noun 'archiver' it's
singular.

Trivia:

        % whatis rar zip lha zoo arj
        rar (1)              - archive files with compression
        zip (1)              - package and compress (archive) files
        lha (1)              - LZH un-archiver
        zoo (1)              - manipulate archives of files in compressed form
        arj (1)              - Archiver for .arj files

Interesting how no two are the same.

HTH, and yea, 'dash' is fastest...
--- kgb.1	2008-01-21 22:07:48.000000000 -0500
+++ /tmp/kgb.1	2008-03-13 18:49:49.000000000 -0400
@@ -23,7 +23,7 @@
 kgb FILE.kgb
 .SH DESCRIPTION
 .B kgb
-is a files archiver with high-compression rates (with high CPU and memory cost).
+is a file archiver with high-compression rates (and high CPU and memory cost).
 .SH OPTIONS
 .SS Compressing:
 .TP
@@ -52,10 +52,10 @@
 .SS Uncompressing:
 .TP
 .B FILE.kgb
- KGB archive to extract
+ KGB archive to extract.
 .SH AUTHOR
 .TP
-KGB Archiver v1.0b4, (C) 2005\-2006 Tomasz Pawlak; Based on PAQ6 by Matt Mahoney; mod by Slawek <[EMAIL PROTECTED]>
+KGB Archiver v1.0b4, (C) 2005\-2006 Tomasz Pawlak; Based on PAQ6 by Matt Mahoney; mod by Slawek <[EMAIL PROTECTED]>.
 .PP
 This manual page was written by Raphael Geissert
 .nh


Reply via email to