From 42ee84197695aca44f5f909a0b1eb59298497da0 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 16 Nov 2023 13:31:42 +0900 Subject: [PATCH] doc: Update for gpgv. -- GnuPG-bug-id: 6810 Signed-off-by: NIIBE Yutaka --- doc/gpgv.texi | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/doc/gpgv.texi b/doc/gpgv.texi index 997f62743..1cf699b70 100644 --- a/doc/gpgv.texi +++ b/doc/gpgv.texi @@ -180,13 +180,20 @@ If set directory used instead of "~/.gnupg". @mansect files @subsection FILES -By default gpgv searches for the keyring holding the allowed keys -in the following locations (First file found is used): +Default keyring file is expected in the GnuPG home directory +(@pxref{option --homedir}, @code{GNUPGHOME}). -@itemize @bullet -@item $@{GNUPGHOME@}/trustedkeys.kbx -@item $@{GNUPGHOME@}/trustedkeys.gpg -@end itemize +@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 +@efindex trustedkeys.gpg +When @file{trustedkeys.kbx} is not available, the default keyring with +the allowed keys, using a legacy format. + +@end table @mansect see also @command{gpg}(1)