summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/BIO_push.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/BIO_push.3 b/src/lib/libcrypto/man/BIO_push.3
index 768f4d8579..e757d6de67 100644
--- a/src/lib/libcrypto/man/BIO_push.3
+++ b/src/lib/libcrypto/man/BIO_push.3
@@ -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 $
2.\" OpenSSL doc/man3/BIO_push.pod 76ed5a42 Jun 29 13:38:55 2014 +0100 2.\" OpenSSL doc/man3/BIO_push.pod 76ed5a42 Jun 29 13:38:55 2014 +0100
3.\" OpenSSL doc/man7/bio.pod a9c85cea Nov 11 09:33:55 2016 +0100 3.\" OpenSSL doc/man7/bio.pod a9c85cea Nov 11 09:33:55 2016 +0100
4.\" 4.\"
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: March 27 2018 $ 52.Dd $Mdocdate: December 2 2022 $
53.Dt BIO_PUSH 3 53.Dt BIO_PUSH 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -69,7 +69,7 @@
69.Fc 69.Fc
70.Sh DESCRIPTION 70.Sh DESCRIPTION
71BIOs can be joined together to form chains. 71BIOs can be joined together to form chains.
72A chain normally consist of one or more filter BIOs 72A chain normally consists of one or more filter BIOs
73and one source/sink BIO at the end. 73and one source/sink BIO at the end.
74Data read from or written to the first BIO traverses the chain 74Data read from or written to the first BIO traverses the chain
75to the end. 75to the end.
@@ -92,9 +92,9 @@ from a chain and returns the next BIO in the chain, or
92if there is no next BIO. 92if there is no next BIO.
93The removed BIO then becomes a single BIO with no association with the 93The removed BIO then becomes a single BIO with no association with the
94original chain. 94original chain.
95it can thus be freed or attached to a different chain. 95It can thus be freed or attached to a different chain.
96.Pp 96.Pp
97The names of these functions are perhaps a little misleading. 97The names of these functions are misleading.
98.Fn BIO_push 98.Fn BIO_push
99joins two BIO chains whereas 99joins two BIO chains whereas
100.Fn BIO_pop 100.Fn BIO_pop