1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

doc: Use the right reference commands.

* doc/debugging.texi, doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi,
doc/tools.texi: Fix.
This commit is contained in:
Ineiev 2016-03-04 15:51:22 +00:00 committed by NIIBE Yutaka
parent 20a27d8a57
commit f32689f833
5 changed files with 11 additions and 12 deletions

View file

@ -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