diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-25 22:52:58 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-25 22:53:05 +0200 |
commit | a7c5d65eb50355274c1b5b047c02c653f518900a (patch) | |
tree | d6c8de429f986735973a2ca6a653dad22af06e34 /doc/gpg.texi | |
parent | headers: fix spelling (diff) | |
download | gnupg2-a7c5d65eb50355274c1b5b047c02c653f518900a.tar.xz gnupg2-a7c5d65eb50355274c1b5b047c02c653f518900a.zip |
all: fix more spelling errors
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index ba1df4bfb..dedb8cc42 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -624,9 +624,9 @@ fingerprint (preferred) or their keyid. @end table -@c ******************************************* -@c ******* KEY MANGEMENT COMMANDS ********** -@c ******************************************* +@c ******************************************** +@c ******* KEY MANAGEMENT COMMANDS ********** +@c ******************************************** @node OpenPGP Key Management @subsection How to manage your keys @@ -2623,7 +2623,7 @@ These options are obsolete and have no effect since GnuPG 2.1. @item --force-aead @opindex force-aead Force the use of AEAD encryption over MDC encryption. AEAD is a -modern and faster way to do authenticated encrytion than the old MDC +modern and faster way to do authenticated encryption than the old MDC method. See also options @option{--aead-algo} and @option{--chunk-size}. @@ -2779,7 +2779,7 @@ This option is obsolete; it is handled as an alias for @option{--pgp7} @item --pgp7 @opindex pgp7 -Set up all options to be as PGP 7 compliant as possible. This allowd +Set up all options to be as PGP 7 compliant as possible. This allowed the ciphers IDEA, 3DES, CAST5,AES128, AES192, AES256, and TWOFISH., the hashes MD5, SHA1 and RIPEMD160, and the compression algorithms none and ZIP. This option implies @option{--escape-from-lines} and @@ -3051,7 +3051,7 @@ same thing. @opindex aead-algo Specify that the AEAD algorithm @var{name} is to be used. This is useful for symmetric encryption where no key preference are available -to select the AEAD algorithm. Runing @command{@gpgname} with option +to select the AEAD algorithm. Running @command{@gpgname} with option @option{--version} shows the available AEAD algorithms. In general, you do not want to use this option as it allows you to violate the OpenPGP standard. The option @option{--personal-aead-preferences} is |