diff options
author | Werner Koch <[email protected]> | 2019-07-18 12:11:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-07-18 12:11:55 +0000 |
commit | e07584b52307d6f9a4eb4e2638714af135f1775d (patch) | |
tree | 6cf9bb4900546a8d778a82a3c61ed5430a825025 /doc/debugging.texi | |
parent | kbx: Allow "gpgsm --faked-system-time" to kick off a compression run. (diff) | |
download | gnupg-e07584b52307d6f9a4eb4e2638714af135f1775d.tar.gz gnupg-e07584b52307d6f9a4eb4e2638714af135f1775d.zip |
doc: Fix a debug hint on the keybox format.
--
Diffstat (limited to 'doc/debugging.texi')
-rw-r--r-- | doc/debugging.texi | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi index 42a1a159e..6639e184b 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -38,10 +38,8 @@ and solving problems. A keybox is a file format used to store public keys along with meta information and indices. The commonly used one is the file -@file{pubring.kbx} in the @file{.gnupg} directory. It contains all -X.509 certificates as well as OpenPGP keys@footnote{Well, OpenPGP keys -are not implemented, @command{gpg} still used the keyring file -@file{pubring.gpg}.}. +@file{pubring.kbx} in the @file{.gnupg} directory. It contains all +X.509 certificates as well as OpenPGP keys. @noindent When called the standard way, e.g.: @@ -287,5 +285,3 @@ use of a smartcard: @caption{GnuPG card architecture} @center @image{gnupg-card-architecture, 150mm,, GnuPG card architecture} @end float - - |