Skip to content

Commit faf318b

Browse files
author
naddy
committed
man pages: fix some typos found while looking for other issues
1 parent 9f64e22 commit faf318b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/libcrypto/man/BIO_s_accept.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $OpenBSD: BIO_s_accept.3,v 1.12 2022/03/31 17:27:16 naddy Exp $
1+
.\" $OpenBSD: BIO_s_accept.3,v 1.13 2022/03/31 17:30:05 naddy Exp $
22
.\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -0400
33
.\"
44
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -220,7 +220,7 @@ will await an incoming connection, or request a retry in non-blocking mode.
220220
.Sh NOTES
221221
When an accept BIO is at the end of a chain, it will await an
222222
incoming connection before processing I/O calls.
223-
When an accept BIO is not at then end of a chain,
223+
When an accept BIO is not at the end of a chain,
224224
it passes I/O calls to the next BIO in the chain.
225225
.Pp
226226
When a connection is established, a new socket BIO is created

0 commit comments

Comments
 (0)