aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-09-14 11:13:57 -0400
committerRich Salz <rsalz@openssl.org>2016-09-14 18:25:40 -0400
commit6f0ac0e2f27d9240516edb9a23b7863e7ad02898 (patch)
tree1052cf9c4b51cd385b07acd50ad4b7a9725229e0 /doc
parentc7af65c7b28db13d39bb24f44730bf0293355e94 (diff)
downloadopenssl-6f0ac0e2f27d9240516edb9a23b7863e7ad02898.tar.gz
Make reference to other manpage more explicit
Where -curves, etc., are defined: SSL_CONF_cmd Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/s_client.pod3
-rw-r--r--doc/apps/s_server.pod5
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 11b4a98195..34dcd29696 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -109,7 +109,7 @@ SSL servers.
In addition to the options below the B<s_client> utility also supports the
common and client only options documented in the
-in the L<SSL_CONF_cmd(3)|SSL_CONF_cmd(3)/SUPPORTED COMMAND LINE COMMANDS>
+in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)>
manual page.
=over 4
@@ -562,6 +562,7 @@ information whenever a session is renegotiated.
=head1 SEE ALSO
+L<SSL_CONF_cmd(3)>,
L<sess_id(1)>, L<s_server(1)>, L<ciphers(1)>
=head1 HISTORY
diff --git a/doc/apps/s_server.pod b/doc/apps/s_server.pod
index 8e0ff78e69..bf4a4ab981 100644
--- a/doc/apps/s_server.pod
+++ b/doc/apps/s_server.pod
@@ -111,8 +111,8 @@ for connections on a given port using SSL/TLS.
In addition to the options below the B<s_server> utility also supports the
common and server only options documented in the
-L<SSL_CONF_cmd(3)|SSL_CONF_cmd(3)/SUPPORTED COMMAND LINE COMMANDS> manual
-page.
+in the "Supported Command Line Commands" section of the L<SSL_CONF_cmd(3)>
+manual page.
=over 4
@@ -553,6 +553,7 @@ unknown cipher suites a client says it supports.
=head1 SEE ALSO
+L<SSL_CONF_cmd(3)>,
L<sess_id(1)>, L<s_client(1)>, L<ciphers(1)>
=head1 HISTORY