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/gpgsm.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/gpgsm.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 202631a61..4e67d7557 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 -@option{--with-key-data}. (@pxref{gpgsm-option --with-key-data}.) +@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 |