mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
* gpg.sgml: Correct --compress-algo documentation to match behavior.
Noted by Jason S. Mantor.
This commit is contained in:
parent
01819803ae
commit
c028cac7ab
@ -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>
|
||||
|
||||
* gpg.sgml: Document --trust-model.
|
||||
|
15
doc/gpg.sgml
15
doc/gpg.sgml
@ -1579,13 +1579,14 @@ same value is acceptable).
|
||||
<varlistentry>
|
||||
<term>--compress-algo &ParmN;</term>
|
||||
<listitem><para>
|
||||
Use compression algorithm &ParmN;. Default is 2 which is RFC1950
|
||||
compression. You may use 1 to use the old zlib version (RFC1951) which
|
||||
is used by PGP. 0 disables compression. The default algorithm may give
|
||||
better results because the window size is not limited to 8K. If this
|
||||
is not used the OpenPGP behavior is used, i.e. the compression
|
||||
algorithm is selected from the preferences; note, that this can't be
|
||||
done if you do not encrypt the data.
|
||||
Use compression algorithm &ParmN;. The value 2 is RFC1950 ZLIB
|
||||
compression. The value 1 is RFC-1951 ZIP compression which is used by
|
||||
PGP. 0 disables compression. If this option is not used, the default
|
||||
behavior is to examine the recipient key preferences to see which
|
||||
algorithms the recipient supports. If all else fails, ZIP is used for
|
||||
maximum compatibility. Note, however, that ZLIB may give better
|
||||
compression results if that is more important, as the compression
|
||||
window size is not limited to 8k.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user