summaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_CTX_config.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-11 09:33:09 +0100
committerRichard Levitte <levitte@openssl.org>2016-11-11 13:06:43 +0100
commitb97fdb57a269656fa20024a4404d3f543f06ac61 (patch)
tree4c4901f44bdc497922530f7c3eeb257bac7ae7da /doc/man3/SSL_CTX_config.pod
parentd36bae1aaba1787199b610b6d6db04e4928b5381 (diff)
Fix referenses in section 3 manuals
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1900)
Diffstat (limited to 'doc/man3/SSL_CTX_config.pod')
-rw-r--r--doc/man3/SSL_CTX_config.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/SSL_CTX_config.pod b/doc/man3/SSL_CTX_config.pod
index 802c4c359e..2dad9b68b0 100644
--- a/doc/man3/SSL_CTX_config.pod
+++ b/doc/man3/SSL_CTX_config.pod
@@ -25,7 +25,7 @@ can also be achieved: an application can support configuration features
in newer versions of OpenSSL automatically.
A configuration file must have been previously loaded, for example using
-CONF_modules_load_file(). See L<config(3)> for details of the configuration
+CONF_modules_load_file(). See L<config(5)> for details of the configuration
file syntax.
=head1 RETURN VALUES
@@ -73,7 +73,7 @@ the need for any additional application code.
=head1 SEE ALSO
-L<config(3)>,
+L<config(5)>,
L<SSL_CONF_cmd(3)>,
L<CONF_modules_load_file(3)>