mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
doc: Typo fixes.
-- Reported-by: Nathan Musoke <nathan.musoke@gmail.com>
This commit is contained in:
parent
4f189325a4
commit
5210ff70bc
@ -1853,7 +1853,7 @@ Maximum depth of a certification chain (default is 5).
|
|||||||
@opindex no-sig-cache
|
@opindex no-sig-cache
|
||||||
Do not cache the verification status of key signatures.
|
Do not cache the verification status of key signatures.
|
||||||
Caching gives a much better performance in key listings. However, if
|
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
|
modifications, you can use this option to disable the caching. It
|
||||||
probably does not make sense to disable it because all kind of damage
|
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.
|
can be done if someone else has write access to your public keyring.
|
||||||
@ -2758,8 +2758,8 @@ protected by the signature.
|
|||||||
@opindex emit-version
|
@opindex emit-version
|
||||||
Force inclusion of the version string in ASCII armored output. If
|
Force inclusion of the version string in ASCII armored output. If
|
||||||
given once only the name of the program and the major number is
|
given once only the name of the program and the major number is
|
||||||
emitted, given twice the minor is also emitted, given triple
|
emitted, given twice the minor is also emitted, given thrice
|
||||||
the micro is added, and given quad an operating system identification
|
the micro is added, and given four times an operating system identification
|
||||||
is also emitted. @option{--no-emit-version} (default) disables the version
|
is also emitted. @option{--no-emit-version} (default) disables the version
|
||||||
line.
|
line.
|
||||||
|
|
||||||
|
@ -2953,7 +2953,7 @@ keyedit_quick_adduid (ctrl_t ctrl, const char *username, const char *newuid)
|
|||||||
keydb_release (kdbhd);
|
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. */
|
key. UIDTOREV is the user id revoke from the key. */
|
||||||
void
|
void
|
||||||
keyedit_quick_revuid (ctrl_t ctrl, const char *username, const char *uidtorev)
|
keyedit_quick_revuid (ctrl_t ctrl, const char *username, const char *uidtorev)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user