diff options
author | naddy <> | 2022-03-31 17:30:05 +0000 |
---|---|---|
committer | naddy <> | 2022-03-31 17:30:05 +0000 |
commit | 8f38d7689ac702fcf8b05eeacbeec41d2e737624 (patch) | |
tree | 7818b7fdc0826948e8308674be6c4720525ff228 | |
parent | 086b95c9573f2c3a1b0b5652129686eb64beeb7e (diff) | |
download | openbsd-8f38d7689ac702fcf8b05eeacbeec41d2e737624.tar.gz openbsd-8f38d7689ac702fcf8b05eeacbeec41d2e737624.tar.bz2 openbsd-8f38d7689ac702fcf8b05eeacbeec41d2e737624.zip |
man pages: fix some typos found while looking for other issues
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_accept.3 | 4 |
1 files 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 @@ | |||
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 $ |
2 | .\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -0400 | 2 | .\" OpenSSL c03726ca Thu Aug 27 12:28:08 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" 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. | |||
220 | .Sh NOTES | 220 | .Sh NOTES |
221 | When an accept BIO is at the end of a chain, it will await an | 221 | When an accept BIO is at the end of a chain, it will await an |
222 | incoming connection before processing I/O calls. | 222 | 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, |
224 | it passes I/O calls to the next BIO in the chain. | 224 | it passes I/O calls to the next BIO in the chain. |
225 | .Pp | 225 | .Pp |
226 | When a connection is established, a new socket BIO is created | 226 | When a connection is established, a new socket BIO is created |