summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_meth_new.pod
diff options
context:
space:
mode:
authorRainer Jung <rainer.jung@kippdata.de>2016-04-20 10:13:32 +0200
committerMatt Caswell <matt@openssl.org>2016-04-20 14:27:24 +0200
commitecba1fb386919b70933fa0447ee7438d9379dea0 (patch)
treef15ca2fba600d198bccf94afdc8c44ad404a35b2 /doc/crypto/BIO_meth_new.pod
parentConfigurations: fix typo in 50-masm.conf. (diff)
downloadopenssl-ecba1fb386919b70933fa0447ee7438d9379dea0.tar.xz
openssl-ecba1fb386919b70933fa0447ee7438d9379dea0.zip
Fix warnings installing pod files
Fixes some links in the pod files Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'doc/crypto/BIO_meth_new.pod')
-rw-r--r--doc/crypto/BIO_meth_new.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/BIO_meth_new.pod b/doc/crypto/BIO_meth_new.pod
index de6ce6628e..1f7c1cc5ed 100644
--- a/doc/crypto/BIO_meth_new.pod
+++ b/doc/crypto/BIO_meth_new.pod
@@ -75,7 +75,7 @@ called in response to the application calling BIO_puts(). The parameters for
the function have the same meaning as for BIO_puts().
BIO_meth_get_gets() and BIO_meth_set_gets() get and set the function typically
-used for reading a line of data from the BIO respectively (see the L<BIO_gets>
+used for reading a line of data from the BIO respectively (see the L<BIO_gets(3)>
page for more information). This function will be called in response to the
application calling BIO_gets(). The parameters for the function have the same
meaning as for BIO_gets().
@@ -102,7 +102,7 @@ this function.
BIO_meth_get_callback_ctrl() and BIO_meth_set_callback_ctrl() get and set the
function used for processing callback ctrl messages in the BIO respectively. See
-the L<BIO_callback_ctrl> page for more information. This function will be called
+the L<BIO_callback_ctrl(3)> page for more information. This function will be called
in response to the application calling BIO_callback_ctrl(). The parameters for
the function have the same meaning as for BIO_callback_ctrl().