diff options
author | Rich Salz <rsalz@akamai.com> | 2019-10-08 19:10:04 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-10-09 18:59:27 +0200 |
commit | 3a4e43de473ee80347036d78163889b6b1221210 (patch) | |
tree | 2a4ee3260672f4bda3ca6987e4151c8e787f6d6a /doc/man1/openssl-x509.pod | |
parent | Document build.info syntax internally (diff) | |
download | openssl-3a4e43de473ee80347036d78163889b6b1221210.tar.xz openssl-3a4e43de473ee80347036d78163889b6b1221210.zip |
Refactor -passin/-passout documentation
Always refer to openssl.pod instead of repeating the same description
everywhere.
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10126)
Diffstat (limited to '')
-rw-r--r-- | doc/man1/openssl-x509.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-x509.pod b/doc/man1/openssl-x509.pod index f7e56abf22..b4d41df3b2 100644 --- a/doc/man1/openssl-x509.pod +++ b/doc/man1/openssl-x509.pod @@ -373,7 +373,7 @@ Names and values of these options are algorithm-specific. =item B<-passin> I<arg> The key password source. For more information about the format of I<arg> -see L<openssl(1)/Pass phrase options>. +see L<openssl(1)/Pass Phrase Options>. =item B<-clrext> |