diff options
author | Ankita Shetty <ankita.s.shetty65@gmail.com> | 2020-11-27 17:05:30 +0100 |
---|---|---|
committer | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2020-12-05 18:05:30 +0100 |
commit | ac093b3fe6ba3f21e874a25ddecc7c1b4dff2765 (patch) | |
tree | 66a8b8b51fd2e7bfb7d97ff8348928e49a1dded0 /doc/man1/openssl-dhparam.pod.in | |
parent | openssl.pod: Move verification doc to new doc/man1/openssl-verification-optio... (diff) | |
download | openssl-ac093b3fe6ba3f21e874a25ddecc7c1b4dff2765.tar.xz openssl-ac093b3fe6ba3f21e874a25ddecc7c1b4dff2765.zip |
openssl.pod: Carve out Trusted Certificate, Pass Phrase, Name Format, and Format Options
Move detailed doc to specific new files in doc/man1/openssl-*-options.pod
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/13315)
Diffstat (limited to 'doc/man1/openssl-dhparam.pod.in')
-rw-r--r-- | doc/man1/openssl-dhparam.pod.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-dhparam.pod.in b/doc/man1/openssl-dhparam.pod.in index 2b67943f1f..778747df59 100644 --- a/doc/man1/openssl-dhparam.pod.in +++ b/doc/man1/openssl-dhparam.pod.in @@ -42,7 +42,7 @@ Print out a usage message. The input format and output format; the default is B<PEM>. The object is compatible with the PKCS#3 B<DHparameter> structure. -See L<openssl(1)/Format Options> for details. +See L<openssl-format-options(1)/Format Options> for details. =item B<-in> I<filename> |