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. diff --git a/g10/keyedit.c b/g10/keyedit.c index 171afb7d7..795be052d 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -2953,7 +2953,7 @@ keyedit_quick_adduid (ctrl_t ctrl, const char *username, const char *newuid) keydb_release (kdbhd); } -/* Unattended revokation of a keyid. USERNAME specifies the +/* Unattended revocation of a keyid. USERNAME specifies the key. UIDTOREV is the user id revoke from the key. */ void keyedit_quick_revuid (ctrl_t ctrl, const char *username, const char *uidtorev)