1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-25 15:27:03 +01:00

* gpg.sgml: Correct --compress-algo documentation to match behavior.

Noted by Jason S. Mantor.
This commit is contained in:
David Shaw 2002-11-14 22:06:58 +00:00
parent 01819803ae
commit c028cac7ab
2 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2002-11-14 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Correct --compress-algo documentation to match
behavior. Noted by Jason S. Mantor.
2002-11-13 David Shaw <dshaw@jabberwocky.com> 2002-11-13 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Document --trust-model. * gpg.sgml: Document --trust-model.

View File

@ -1579,13 +1579,14 @@ same value is acceptable).
<varlistentry> <varlistentry>
<term>--compress-algo &ParmN;</term> <term>--compress-algo &ParmN;</term>
<listitem><para> <listitem><para>
Use compression algorithm &ParmN;. Default is 2 which is RFC1950 Use compression algorithm &ParmN;. The value 2 is RFC1950 ZLIB
compression. You may use 1 to use the old zlib version (RFC1951) which compression. The value 1 is RFC-1951 ZIP compression which is used by
is used by PGP. 0 disables compression. The default algorithm may give PGP. 0 disables compression. If this option is not used, the default
better results because the window size is not limited to 8K. If this behavior is to examine the recipient key preferences to see which
is not used the OpenPGP behavior is used, i.e. the compression algorithms the recipient supports. If all else fails, ZIP is used for
algorithm is selected from the preferences; note, that this can't be maximum compatibility. Note, however, that ZLIB may give better
done if you do not encrypt the data. compression results if that is more important, as the compression
window size is not limited to 8k.
</para></listitem></varlistentry> </para></listitem></varlistentry>