From 2edcb4ac7143e19409271956e2319f4fe246bb8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Wed, 10 Jul 2002 19:35:54 +0000 Subject: [PATCH] Typos in links between manual pages Submitted by: Richard.Koenning@fujitsu-siemens.com Reviewed by: PR: 129 --- doc/crypto/DH_get_ex_new_index.pod | 2 +- doc/crypto/EVP_DigestInit.pod | 2 +- doc/crypto/EVP_SignInit.pod | 2 +- doc/crypto/EVP_VerifyInit.pod | 2 +- doc/crypto/err.pod | 2 +- doc/crypto/rsa.pod | 2 +- doc/ssl/SSL_CTX_sess_set_cache_size.pod | 4 ++-- doc/ssl/SSL_CTX_sess_set_get_cb.pod | 2 +- doc/ssl/SSL_CTX_set_options.pod | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/crypto/DH_get_ex_new_index.pod b/doc/crypto/DH_get_ex_new_index.pod index 82e2548bcdf..fa5eab26502 100644 --- a/doc/crypto/DH_get_ex_new_index.pod +++ b/doc/crypto/DH_get_ex_new_index.pod @@ -26,7 +26,7 @@ as described in L. =head1 SEE ALSO -L, L +L, L =head1 HISTORY diff --git a/doc/crypto/EVP_DigestInit.pod b/doc/crypto/EVP_DigestInit.pod index b3a61f1c5d3..064c0fab107 100644 --- a/doc/crypto/EVP_DigestInit.pod +++ b/doc/crypto/EVP_DigestInit.pod @@ -238,7 +238,7 @@ even though they are identical digests. L, L, L, L, L, L, -L, L +L, L =head1 HISTORY diff --git a/doc/crypto/EVP_SignInit.pod b/doc/crypto/EVP_SignInit.pod index 32e9d548094..f9a76cf4b85 100644 --- a/doc/crypto/EVP_SignInit.pod +++ b/doc/crypto/EVP_SignInit.pod @@ -84,7 +84,7 @@ L, L, L, L, L, L, L, L, L, -L, L +L, L =head1 HISTORY diff --git a/doc/crypto/EVP_VerifyInit.pod b/doc/crypto/EVP_VerifyInit.pod index 80c656fde8d..b6afaedee5b 100644 --- a/doc/crypto/EVP_VerifyInit.pod +++ b/doc/crypto/EVP_VerifyInit.pod @@ -74,7 +74,7 @@ L, L, L, L, L, L, L, L, L, -L, L +L, L =head1 HISTORY diff --git a/doc/crypto/err.pod b/doc/crypto/err.pod index 264e30103d6..6f729554d2a 100644 --- a/doc/crypto/err.pod +++ b/doc/crypto/err.pod @@ -172,7 +172,7 @@ ERR_get_string_table(void) respectively. =head1 SEE ALSO L, -L, +L, L, L, L, diff --git a/doc/crypto/rsa.pod b/doc/crypto/rsa.pod index 09ad30cab15..2b93a12b654 100644 --- a/doc/crypto/rsa.pod +++ b/doc/crypto/rsa.pod @@ -110,7 +110,7 @@ L, L, L, L, L, -L, +L, L =cut diff --git a/doc/ssl/SSL_CTX_sess_set_cache_size.pod b/doc/ssl/SSL_CTX_sess_set_cache_size.pod index d59a7db636a..c8b99f4eef0 100644 --- a/doc/ssl/SSL_CTX_sess_set_cache_size.pod +++ b/doc/ssl/SSL_CTX_sess_set_cache_size.pod @@ -27,7 +27,7 @@ case is the size 0, which is used for unlimited size. When the maximum number of sessions is reached, no more new sessions are added to the cache. New space may be added by calling -L to remove +L to remove expired sessions. If the size of the session cache is reduced and more sessions are already @@ -46,6 +46,6 @@ SSL_CTX_sess_get_cache_size() returns the currently valid size. L, L, L, -L +L =cut diff --git a/doc/ssl/SSL_CTX_sess_set_get_cb.pod b/doc/ssl/SSL_CTX_sess_set_get_cb.pod index 6e0ef00632a..7c0b2baf6c5 100644 --- a/doc/ssl/SSL_CTX_sess_set_get_cb.pod +++ b/doc/ssl/SSL_CTX_sess_set_get_cb.pod @@ -79,7 +79,7 @@ L. L, L, L, -L, +L, L =cut diff --git a/doc/ssl/SSL_CTX_set_options.pod b/doc/ssl/SSL_CTX_set_options.pod index 3b918178fd4..f5e2ec35550 100644 --- a/doc/ssl/SSL_CTX_set_options.pod +++ b/doc/ssl/SSL_CTX_set_options.pod @@ -35,7 +35,7 @@ operation (|). Options can only be added but can never be reset. SSL_CTX_set_options() and SSL_set_options() affect the (external) protocol behaviour of the SSL library. The (internal) behaviour of the API can be changed by using the similar -L and SSL_set_modes() functions. +L and SSL_set_mode() functions. During a handshake, the option settings of the SSL object are used. When a new SSL object is created from a context using SSL_new(), the current -- 2.47.2