[Pkg-gnupg-commit] [gnupg2] 27/292: doc: Use the right reference commands.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit f32689f833838a742243e94c900e98f5b59a5811
Author: Ineiev <ineiev at gnu.org>
Date:   Fri Mar 4 15:51:22 2016 +0000

    doc: Use the right reference commands.
    
    * doc/debugging.texi, doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi,
    doc/tools.texi: Fix.
---
 doc/debugging.texi | 4 ++--
 doc/gpg-agent.texi | 5 ++---
 doc/gpg.texi       | 2 +-
 doc/gpgsm.texi     | 8 ++++----
 doc/tools.texi     | 4 ++--
 5 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/doc/debugging.texi b/doc/debugging.texi
index 5d7aa93..87625d7 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
 
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi
index 16e86bc..b99dc5f 100644
--- a/doc/gpg-agent.texi
+++ b/doc/gpg-agent.texi
@@ -661,7 +661,7 @@ trustworthy enough into this file.  Places where to look for the
 fingerprint of a root certificate are letters received from the CA or
 the website of the CA (after making 100% sure that this is indeed the
 website of that CA).  You may want to consider disallowing interactive
-updates of this file by using the @xref{option --no-allow-mark-trusted}.
+updates of this file by using the @ref{option --no-allow-mark-trusted}.
 It might even be advisable to change the permissions to read-only so
 that this file can't be changed inadvertently.
 
@@ -1476,8 +1476,7 @@ following values are defined:
   Use a loopback pinentry.  This fakes a pinentry by using inquiries
   back to the caller to ask for a passphrase.  This option may only be
   set if the agent has been configured for that.
-  To disable this feature use @xref{option --no-allow-loopback-pinentry}.
-
+  To disable this feature use @ref{option --no-allow-loopback-pinentry}.
   @end table
 
 @item cache-ttl-opt-preset
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 3bba11d..c40a20f 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -1843,7 +1843,7 @@ key signer (defaults to 3)
 @item --tofu-default-policy @code{auto|good|unknown|bad|ask}
 @opindex tofu-default-policy
 The default TOFU policy (defaults to @code{auto}).  For more
-information about the meaning of this option, @xref{trust-model-tofu}.
+information about the meaning of this option, @pxref{trust-model-tofu}.
 
 @item --max-cert-depth @code{n}
 @opindex max-cert-depth
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi
index 202631a..4e67d75 100644
--- a/doc/gpgsm.texi
+++ b/doc/gpgsm.texi
@@ -258,7 +258,7 @@ Export the private key and the certificate identified by @var{key-id} in
 a PKCS#12 format. When used with the @code{--armor} option a few
 informational lines are prepended to the output.  Note, that the PKCS#12
 format is not very secure and this command is only provided if there is
-no other way to exchange the private key. (@pxref{option --p12-charset})
+no other way to exchange the private key. (@xref{option --p12-charset})
 
 @item --export-secret-key-p8 @var{key-id}
 @itemx --export-secret-key-raw @var{key-id}
@@ -1588,15 +1588,15 @@ are marked by the list commands.
 @item validation-model
 This option overrides the command line option
 @option{validation-model} for the session.
-(@pxref{gpgsm-option --validation-model}.)
+(@xref{gpgsm-option --validation-model}.)
 
 @item with-key-data
 This option globally enables the command line option
- at option{--with-key-data}.  (@pxref{gpgsm-option --with-key-data}.)
+ at option{--with-key-data}.  (@xref{gpgsm-option --with-key-data}.)
 
 @item enable-audit-log
 If @var{value} is true data to write an audit log is gathered.
-(@pxref{gpgsm-cmd getauditlog}.)
+(@xref{gpgsm-cmd getauditlog}.)
 
 @item allow-pinentry-notify
 If this option is used notifications about the launch of a Pinentry
diff --git a/doc/tools.texi b/doc/tools.texi
index 4427ffe..d6e130f 100644
--- a/doc/tools.texi
+++ b/doc/tools.texi
@@ -811,7 +811,7 @@ case a short name is not known.
 @item default
 This field is defined only for options for which the @code{default} or
 @code{default desc} flag is set.  If the @code{default} flag is set,
-its format is that of an @emph{option argument} (@xref{Format
+its format is that of an @emph{option argument} (@pxref{Format
 conventions}, for details).  If the default value is empty, then no
 default is known.  Otherwise, the value specifies the default value
 for this option.  If the @code{default desc} flag is set, the field is
@@ -821,7 +821,7 @@ not given.
 @item argdef
 This field is defined only for options for which the @code{optional
 arg} flag is set.  If the @code{no arg desc} flag is not set, its
-format is that of an @emph{option argument} (@xref{Format
+format is that of an @emph{option argument} (@pxref{Format
 conventions}, for details).  If the default value is empty, then no
 default is known.  Otherwise, the value specifies the default argument
 for this option.  If the @code{no arg desc} flag is set, the field is

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list