aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgv.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gpgv.texi')
-rw-r--r--doc/gpgv.texi14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi
index 2dd9576b6..1cf699b70 100644
--- a/doc/gpgv.texi
+++ b/doc/gpgv.texi
@@ -91,7 +91,7 @@ Add @var{file} to the list of keyrings.
If @var{file} begins with a tilde and a slash, these
are replaced by the HOME directory. If the filename
does not contain a slash, it is assumed to be in the
-home-directory ("~/.gnupg" if --homedir is not used).
+home-directory ("~/.gnupg" if @option{--homedir} is not used).
@item --output @var{file}
@itemx -o @var{file}
@@ -180,10 +180,18 @@ If set directory used instead of "~/.gnupg".
@mansect files
@subsection FILES
-@table @asis
+Default keyring file is expected in the GnuPG home directory
+(@pxref{option --homedir}, @code{GNUPGHOME}).
+
+@table @file
+@item ~/.gnupg/trustedkeys.kbx
+@efindex trustedkeys.kbx
+The default keyring with the allowed keys, using the new keybox format.
@item ~/.gnupg/trustedkeys.gpg
-The default keyring with the allowed keys.
+@efindex trustedkeys.gpg
+When @file{trustedkeys.kbx} is not available, the default keyring with
+the allowed keys, using a legacy format.
@end table