diff options
author | NIIBE Yutaka <[email protected]> | 2023-10-05 05:00:46 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-10-05 05:00:46 +0000 |
commit | 16b6b7753229a41fb3b4bf77d34873db8f3cb682 (patch) | |
tree | ae0ea1c35e3da23e35fcf24cd3b149325f9c1dfd /doc/debugging.texi | |
parent | tests:tpm2dtests: Modify tests with SWTPM and relax the condition. (diff) | |
download | gnupg-16b6b7753229a41fb3b4bf77d34873db8f3cb682.tar.gz gnupg-16b6b7753229a41fb3b4bf77d34873db8f3cb682.zip |
Minor style fixes.
--
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'doc/debugging.texi')
-rw-r--r-- | doc/debugging.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi index 6639e184b..a389bdf50 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -91,7 +91,7 @@ should not occur but sometimes things go wrong), run it using @item How to find the IP address of a keyserver If a round robin URL of is used for a keyserver -(e.g. subkeys.gnupg.org); it is not easy to see what server is actually +(e.g., subkeys.gnupg.org); it is not easy to see what server is actually used. Using the keyserver debug option as in @smallexample @@ -130,7 +130,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 device and not just to @samp{/dev/tty}; -i.e. @samp{GPG_TTY=tty} is plainly wrong; what you want is +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 the setting with an @samp{export GPG_TTY} (assuming a Bourne style |