diff options
author | Werner Koch <[email protected]> | 2014-10-03 18:21:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-10-03 18:21:28 +0000 |
commit | 65c05f5c18d4331d6f1a5de98b4c6af27bc1aed8 (patch) | |
tree | 036202b20336fa458b64a72deb55b338ccbf77ef | |
parent | mpi: Fix compiler warning. (diff) | |
download | gnupg-65c05f5c18d4331d6f1a5de98b4c6af27bc1aed8.tar.gz gnupg-65c05f5c18d4331d6f1a5de98b4c6af27bc1aed8.zip |
doc: Minor fix
--
Thanks to dkg for the reminder.
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index ae8680965..b1a27fba6 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1375,7 +1375,7 @@ Set what trust model GnuPG should follow. The models are: @item always @opindex trust-mode:always Skip key validation and assume that used keys are always fully - trusted. You generally won't use this unless you are using some + valid. You generally won't use this unless you are using some external validation scheme. This option also suppresses the "[uncertain]" tag printed with signature checks when there is no evidence that the user ID is bound to the key. Note that this |