From 8f38d7689ac702fcf8b05eeacbeec41d2e737624 Mon Sep 17 00:00:00 2001 From: naddy <> Date: Thu, 31 Mar 2022 17:30:05 +0000 Subject: man pages: fix some typos found while looking for other issues --- src/lib/libcrypto/man/BIO_s_accept.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/man/BIO_s_accept.3 b/src/lib/libcrypto/man/BIO_s_accept.3 index c33abee901..810d4e2df1 100644 --- a/src/lib/libcrypto/man/BIO_s_accept.3 +++ b/src/lib/libcrypto/man/BIO_s_accept.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_s_accept.3,v 1.12 2022/03/31 17:27:16 naddy Exp $ +.\" $OpenBSD: BIO_s_accept.3,v 1.13 2022/03/31 17:30:05 naddy Exp $ .\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -0400 .\" .\" This file was written by Dr. Stephen Henson . @@ -220,7 +220,7 @@ will await an incoming connection, or request a retry in non-blocking mode. .Sh NOTES When an accept BIO is at the end of a chain, it will await an incoming connection before processing I/O calls. -When an accept BIO is not at then end of a chain, +When an accept BIO is not at the end of a chain, it passes I/O calls to the next BIO in the chain. .Pp When a connection is established, a new socket BIO is created -- cgit v1.2.3-55-g6feb