Correct faulty L<> links in .pods
[openssl.git] / doc / ssl / SSL_CTX_set_read_ahead.pod
index f7d8c433576158a689e6c0537e319682c9526625..771d59d6047ffae649813affa5ad7d8a28e8a141 100644 (file)
@@ -39,7 +39,7 @@ ahead has been set or not.
 These functions have no impact when used with DTLS. The return values for
 SSL_CTX_get_read_head() and SSL_get_read_ahead() are undefined for DTLS. Setting
 B<read_ahead> can impact the behaviour of the SSL_pending() function
-(see L<SSL_pending()>).
+(see L<SSL_pending(3)>).
 
 =head1 RETURN VALUES