diff options
-rw-r--r-- | doc/gpgv.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi index c8ba9fa5e..997f62743 100644 --- a/doc/gpgv.texi +++ b/doc/gpgv.texi @@ -180,12 +180,13 @@ If set directory used instead of "~/.gnupg". @mansect files @subsection FILES -@table @asis - -@item ~/.gnupg/trustedkeys.gpg -The default keyring with the allowed keys. +By default gpgv searches for the keyring holding the allowed keys +in the following locations (First file found is used): -@end table +@itemize @bullet +@item $@{GNUPGHOME@}/trustedkeys.kbx +@item $@{GNUPGHOME@}/trustedkeys.gpg +@end itemize @mansect see also @command{gpg}(1) |