[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Wed Sep 14 22:25:54 UTC 2016


The branch master has been updated
       via  6f0ac0e2f27d9240516edb9a23b7863e7ad02898 (commit)
      from  c7af65c7b28db13d39bb24f44730bf0293355e94 (commit)


- Log -----------------------------------------------------------------
commit 6f0ac0e2f27d9240516edb9a23b7863e7ad02898
Author: Rich Salz <rsalz at openssl.org>
Date:   Wed Sep 14 11:13:57 2016 -0400

    Make reference to other manpage more explicit
    
    Where -curves, etc., are defined: SSL_CONF_cmd
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 doc/apps/s_client.pod | 3 ++-
 doc/apps/s_server.pod | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 11b4a98..34dcd29 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 8e0ff78..bf4a4ab 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


More information about the openssl-commits mailing list