diff options
author | Ineiev <ineiev@gnu.org> | 2016-03-04 16:20:47 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-09-20 02:56:22 +0200 |
commit | fa346508fe323e61cf157ee30c13301e1d2117c0 (patch) | |
tree | ff1b766027b6aba40ec49edabc379c534e92e304 /doc/debugging.texi | |
parent | doc: Fix Martin Hellman's name. (diff) | |
download | gnupg2-fa346508fe323e61cf157ee30c13301e1d2117c0.tar.xz gnupg2-fa346508fe323e61cf157ee30c13301e1d2117c0.zip |
doc: Fix typos.
* doc/debugging.texi, doc/dirmngr.texi, doc/glossary.texi
* doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi
* doc/instguide.texi, doc/opt-homedir.texi, doc/scdaemon.texi
* doc/specify-user-id.texi, doc/tools.texi: Fix.
Diffstat (limited to 'doc/debugging.texi')
-rw-r--r-- | doc/debugging.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi index debdd40f1..5d7aa93cb 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -10,7 +10,7 @@ there is a need to track down problems. We call this debugging in a reminiscent to the moth jamming a relay in a Mark II box back in 1947. Most of the problems a merely configuration and user problems but -nevertheless there are the most annoying ones and responsible for many +nevertheless they are the most annoying ones and responsible for many gray hairs. We try to give some guidelines here on how to identify and solve the problem at hand. @@ -131,7 +131,7 @@ but Dirmngr's OCSP feature has not been enabled using The far most common reason for this is that the environment variable @code{GPG_TTY} has not been set correctly. Make sure that it has been -set to a real tty devce and not just to @samp{/dev/tty}; +set to a real tty device and not just to @samp{/dev/tty}; i.e. @samp{GPG_TTY=tty} is plainly wrong; what you want is @samp{GPG_TTY=`tty`} --- note the back ticks. Also make sure that this environment variable gets exported, that is you should follow up @@ -162,7 +162,7 @@ making use of ssh. @item Exporting a secret key without a certificate -I may happen that you have created a certificate request using +It may happen that you have created a certificate request using @command{gpgsm} but not yet received and imported the certificate from the CA. However, you want to export the secret key to another machine right now to import the certificate over there then. You can do this |