File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 $
2
2
.\" OpenSSL doc/man3/BIO_push.pod 76ed5a42 Jun 29 13:38:55 2014 +0100
3
3
.\" OpenSSL doc/man7/bio.pod a9c85cea Nov 11 09:33:55 2016 +0100
4
4
.\"
49
49
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50
50
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51
51
.\"
52
- .Dd $Mdocdate : March 27 2018 $
52
+ .Dd $Mdocdate : December 2 2022 $
53
53
.Dt BIO_PUSH 3
54
54
.Os
55
55
.Sh NAME
69
69
.Fc
70
70
.Sh DESCRIPTION
71
71
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
73
73
and one source/sink BIO at the end.
74
74
Data read from or written to the first BIO traverses the chain
75
75
to the end.
@@ -92,9 +92,9 @@ from a chain and returns the next BIO in the chain, or
92
92
if there is no next BIO.
93
93
The removed BIO then becomes a single BIO with no association with the
94
94
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.
96
96
.Pp
97
- The names of these functions are perhaps a little misleading.
97
+ The names of these functions are misleading.
98
98
.Fn BIO_push
99
99
joins two BIO chains whereas
100
100
.Fn BIO_pop
You can’t perform that action at this time.
0 commit comments