From: Rainer Jung Date: Wed, 20 Apr 2016 08:13:32 +0000 (+0100) Subject: Fix warnings installing pod files X-Git-Tag: OpenSSL_1_1_0-pre6~1109 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=ecba1fb386919b70933fa0447ee7438d9379dea0 Fix warnings installing pod files Fixes some links in the pod files Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell --- 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 +used for reading a line of data from the BIO respectively (see the L 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 page for more information. This function will be called +the L 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(). diff --git a/doc/crypto/DSA_meth_new.pod b/doc/crypto/DSA_meth_new.pod index 84584f1ce0..63a90467d8 100644 --- a/doc/crypto/DSA_meth_new.pod +++ b/doc/crypto/DSA_meth_new.pod @@ -174,7 +174,7 @@ DSA_meth_set1_name() and all DSA_meth_set_*() functions return 1 on success or =head1 SEE ALSO L, L, L, L, -L, L, L, L, +L, L, L, L, L, L, L =head1 HISTORY