From 3a123d7b7fd9497703efd6aa45f42efaacfc4e15 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Fri, 24 Jul 2015 15:25:08 +0000 Subject: an TLS -> a TLS; from thanos tsouanas --- src/lib/libcrypto/man/BIO_s_bio.3 | 4 ++-- src/lib/libssl/doc/SSL_connect.3 | 6 +++--- src/lib/libssl/doc/SSL_get_error.3 | 6 +++--- src/lib/libssl/src/doc/ssl/SSL_connect.3 | 6 +++--- src/lib/libssl/src/doc/ssl/SSL_get_error.3 | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3 index af7bdabd33..ea98910140 100644 --- a/src/lib/libcrypto/man/BIO_s_bio.3 +++ b/src/lib/libcrypto/man/BIO_s_bio.3 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: February 16 2015 $ +.Dd $Mdocdate: July 24 2015 $ .Dt BIO_S_BIO 3 .Os .Sh NAME @@ -221,7 +221,7 @@ consider a case where a request is sent using .Xr BIO_write 3 and a response read with .Xr BIO_read 3 , -this can occur during an TLS/SSL handshake for example. +this can occur during a TLS/SSL handshake for example. .Xr BIO_write 3 will succeed and place data in the write buffer. .Xr BIO_read 3 diff --git a/src/lib/libssl/doc/SSL_connect.3 b/src/lib/libssl/doc/SSL_connect.3 index 74f9b61951..105e0ed923 100644 --- a/src/lib/libssl/doc/SSL_connect.3 +++ b/src/lib/libssl/doc/SSL_connect.3 @@ -1,12 +1,12 @@ .\" -.\" $OpenBSD: SSL_connect.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" $OpenBSD: SSL_connect.3,v 1.3 2015/07/24 15:25:08 jmc Exp $ .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: July 24 2015 $ .Dt SSL_CONNECT 3 .Os .Sh NAME .Nm SSL_connect -.Nd initiate the TLS/SSL handshake with an TLS/SSL server +.Nd initiate the TLS/SSL handshake with a TLS/SSL server .Sh SYNOPSIS .In openssl/ssl.h .Ft int diff --git a/src/lib/libssl/doc/SSL_get_error.3 b/src/lib/libssl/doc/SSL_get_error.3 index 95fdf5ab00..f6e5045b01 100644 --- a/src/lib/libssl/doc/SSL_get_error.3 +++ b/src/lib/libssl/doc/SSL_get_error.3 @@ -1,7 +1,7 @@ .\" -.\" $OpenBSD: SSL_get_error.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" $OpenBSD: SSL_get_error.3,v 1.3 2015/07/24 15:25:08 jmc Exp $ .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: July 24 2015 $ .Dt SSL_GET_ERROR 3 .Os .Sh NAME @@ -70,7 +70,7 @@ has data available for reading (if the result code is or allows writing data .Pq Dv SSL_ERROR_WANT_WRITE , then some TLS/SSL protocol progress will take place, -i.e., at least part of an TLS/SSL record will be read or written. +i.e., at least part of a TLS/SSL record will be read or written. Note that the retry may again lead to a .Dv SSL_ERROR_WANT_READ or diff --git a/src/lib/libssl/src/doc/ssl/SSL_connect.3 b/src/lib/libssl/src/doc/ssl/SSL_connect.3 index 74f9b61951..105e0ed923 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_connect.3 +++ b/src/lib/libssl/src/doc/ssl/SSL_connect.3 @@ -1,12 +1,12 @@ .\" -.\" $OpenBSD: SSL_connect.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" $OpenBSD: SSL_connect.3,v 1.3 2015/07/24 15:25:08 jmc Exp $ .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: July 24 2015 $ .Dt SSL_CONNECT 3 .Os .Sh NAME .Nm SSL_connect -.Nd initiate the TLS/SSL handshake with an TLS/SSL server +.Nd initiate the TLS/SSL handshake with a TLS/SSL server .Sh SYNOPSIS .In openssl/ssl.h .Ft int diff --git a/src/lib/libssl/src/doc/ssl/SSL_get_error.3 b/src/lib/libssl/src/doc/ssl/SSL_get_error.3 index 95fdf5ab00..f6e5045b01 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_get_error.3 +++ b/src/lib/libssl/src/doc/ssl/SSL_get_error.3 @@ -1,7 +1,7 @@ .\" -.\" $OpenBSD: SSL_get_error.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" $OpenBSD: SSL_get_error.3,v 1.3 2015/07/24 15:25:08 jmc Exp $ .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: July 24 2015 $ .Dt SSL_GET_ERROR 3 .Os .Sh NAME @@ -70,7 +70,7 @@ has data available for reading (if the result code is or allows writing data .Pq Dv SSL_ERROR_WANT_WRITE , then some TLS/SSL protocol progress will take place, -i.e., at least part of an TLS/SSL record will be read or written. +i.e., at least part of a TLS/SSL record will be read or written. Note that the retry may again lead to a .Dv SSL_ERROR_WANT_READ or -- cgit v1.2.3-55-g6feb