diff options
author | Werner Koch <wk@gnupg.org> | 2016-11-17 10:46:43 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-11-17 15:29:35 +0100 |
commit | 5210ff70bc79673d14f346297798d8d7bafc8215 (patch) | |
tree | a73dd0b607c23a772c71254ea5ec95c046e7e2c3 /doc | |
parent | gpgscm: Re-enable the garbage collector in case of errors. (diff) | |
download | gnupg2-5210ff70bc79673d14f346297798d8d7bafc8215.tar.xz gnupg2-5210ff70bc79673d14f346297798d8d7bafc8215.zip |
doc: Typo fixes.
--
Reported-by: Nathan Musoke <nathan.musoke@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index c69e512d5..e3756e91f 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1853,7 +1853,7 @@ Maximum depth of a certification chain (default is 5). @opindex no-sig-cache Do not cache the verification status of key signatures. Caching gives a much better performance in key listings. However, if -you suspect that your public keyring is not save against write +you suspect that your public keyring is not safe against write modifications, you can use this option to disable the caching. It probably does not make sense to disable it because all kind of damage can be done if someone else has write access to your public keyring. @@ -2758,8 +2758,8 @@ protected by the signature. @opindex emit-version Force inclusion of the version string in ASCII armored output. If given once only the name of the program and the major number is -emitted, given twice the minor is also emitted, given triple -the micro is added, and given quad an operating system identification +emitted, given twice the minor is also emitted, given thrice +the micro is added, and given four times an operating system identification is also emitted. @option{--no-emit-version} (default) disables the version line. |