diff options
-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 - - |