diff options
author | Ineiev <[email protected]> | 2016-03-04 15:51:22 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-09-20 01:14:22 +0000 |
commit | f32689f833838a742243e94c900e98f5b59a5811 (patch) | |
tree | 3bcfca959a0fa4ac527ac7124fee7a198492c8d4 /doc/debugging.texi | |
parent | doc: Fix "Not(e) that you can(not) abbreviate". (diff) | |
download | gnupg-f32689f833838a742243e94c900e98f5b59a5811.tar.gz gnupg-f32689f833838a742243e94c900e98f5b59a5811.zip |
doc: Use the right reference commands.
* doc/debugging.texi, doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi,
doc/tools.texi: Fix.
Diffstat (limited to '')
-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 5d7aa93cb..87625d703 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -108,10 +108,10 @@ backend and may change from release to release. For development, the best logging method on WindowsCE is the use of remote debugging using a log file name of @file{tcp://<ip-addr>:<port>}. The command @command{watchgnupg} may be used on the remote host to listen -on the given port. (@pxref{option watchgnupg --tcp}). For in the field +on the given port (@pxref{option watchgnupg --tcp}). For in the field tests it is better to make use of the logging facility provided by the @command{gpgcedev} driver (part of libassuan); this is enabled by using -a log file name of @file{GPG2:}. (@pxref{option --log-file}). +a log file name of @file{GPG2:} (@pxref{option --log-file}). @end itemize |