Skip to content

Commit 6d3b5c4

Browse files
author
tb
committed
Drop 'perhaps a little', plus grammar and spelling nits
BIO_push() and BIO_pop() are misnamed. No need to gently and politely suggest that their 'names [...] are perhaps a little misleading'.
1 parent 90e277b commit 6d3b5c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib/libcrypto/man/BIO_push.3

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $OpenBSD: BIO_push.3,v 1.7 2018/03/27 17:35:50 schwarze Exp $
1+
.\" $OpenBSD: BIO_push.3,v 1.8 2022/12/02 22:58:56 tb Exp $
22
.\" OpenSSL doc/man3/BIO_push.pod 76ed5a42 Jun 29 13:38:55 2014 +0100
33
.\" OpenSSL doc/man7/bio.pod a9c85cea Nov 11 09:33:55 2016 +0100
44
.\"
@@ -49,7 +49,7 @@
4949
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
5050
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
5151
.\"
52-
.Dd $Mdocdate: March 27 2018 $
52+
.Dd $Mdocdate: December 2 2022 $
5353
.Dt BIO_PUSH 3
5454
.Os
5555
.Sh NAME
@@ -69,7 +69,7 @@
6969
.Fc
7070
.Sh DESCRIPTION
7171
BIOs can be joined together to form chains.
72-
A chain normally consist of one or more filter BIOs
72+
A chain normally consists of one or more filter BIOs
7373
and one source/sink BIO at the end.
7474
Data read from or written to the first BIO traverses the chain
7575
to the end.
@@ -92,9 +92,9 @@ from a chain and returns the next BIO in the chain, or
9292
if there is no next BIO.
9393
The removed BIO then becomes a single BIO with no association with the
9494
original chain.
95-
it can thus be freed or attached to a different chain.
95+
It can thus be freed or attached to a different chain.
9696
.Pp
97-
The names of these functions are perhaps a little misleading.
97+
The names of these functions are misleading.
9898
.Fn BIO_push
9999
joins two BIO chains whereas
100100
.Fn BIO_pop

0 commit comments

Comments
 (0)