diff options
author | NIIBE Yutaka <[email protected]> | 2016-09-20 07:17:09 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-09-20 07:23:02 +0000 |
commit | b9b4ff857034df51e055ceddce567ca97e94e075 (patch) | |
tree | bbd0a3245b8ff71116d8e58f9b990352f6aaf9ba | |
parent | doc: Do not end section names with "." (diff) | |
download | gnupg-b9b4ff857034df51e055ceddce567ca97e94e075.tar.gz gnupg-b9b4ff857034df51e055ceddce567ca97e94e075.zip |
doc: Fix a xref usage.
-rw-r--r-- | doc/gpgsm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index a0d3a56fc..e3e852c2a 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. (@xref{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} |