From e2e594b31f7a751901c6f7fc1f5cc328d8bd4cfd 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto') 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 -- cgit v1.2.3-55-g6feb