summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjmc <>2016-12-06 13:43:52 +0000
committerjmc <>2016-12-06 13:43:52 +0000
commit38728ccd4a8caf84940f64598f6c524254c34226 (patch)
treef8b97db534ceac4f885b7c53b6ae4303fb8e6fc6 /src/lib
parentc8fdaf9d2407f531ba07c41625df95cbb4e54726 (diff)
downloadopenbsd-38728ccd4a8caf84940f64598f6c524254c34226.tar.gz
openbsd-38728ccd4a8caf84940f64598f6c524254c34226.tar.bz2
openbsd-38728ccd4a8caf84940f64598f6c524254c34226.zip
tweak previous;
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/BIO_new.312
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/BIO_new.3 b/src/lib/libcrypto/man/BIO_new.3
index 654f4e844a..991f159886 100644
--- a/src/lib/libcrypto/man/BIO_new.3
+++ b/src/lib/libcrypto/man/BIO_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_new.3,v 1.6 2016/12/06 12:54:19 schwarze Exp $ 1.\" $OpenBSD: BIO_new.3,v 1.7 2016/12/06 13:43:52 jmc Exp $
2.\" OpenSSL doc/man3/BIO_new.pod ca3a82c3 Mar 25 11:31:18 2015 -0400 2.\" OpenSSL doc/man3/BIO_new.pod ca3a82c3 Mar 25 11:31:18 2015 -0400
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.\"
@@ -96,8 +96,8 @@ function constructs a new
96.Vt BIO 96.Vt BIO
97using the method 97using the method
98.Fa type . 98.Fa type .
99There are two groups of BIO types, source/sink BIOs and a filter BIOs. 99There are two groups of BIO types, source/sink BIOs and filter BIOs.
100.Pp 100.Pp
101Source/sink BIOs provide input or consume output. 101Source/sink BIOs provide input or consume output.
102Examples include socket BIOs and file BIOs. 102Examples include socket BIOs and file BIOs.
103.Pp 103.Pp
@@ -160,8 +160,8 @@ on a single BIO has the same effect as
160Common I/O functions are documented in 160Common I/O functions are documented in
161.Xr BIO_read 3 . 161.Xr BIO_read 3 .
162Forming chains is explained in 162Forming chains is explained in
163.Xr BIO_push 3 , 163.Xr BIO_push 3 ;
164inspecting them in 164inspecting them is explained in
165.Xr BIO_find_type 3 . 165.Xr BIO_find_type 3 .
166For more details about the different kinds of BIOs, see the individual 166For more details about the different kinds of BIOs, see the individual
167.Vt BIO_METHOD 167.Vt BIO_METHOD
@@ -190,8 +190,8 @@ Create a memory BIO:
190.Xr BIO_f_md 3 , 190.Xr BIO_f_md 3 ,
191.Xr BIO_f_null 3 , 191.Xr BIO_f_null 3 ,
192.Xr BIO_f_ssl 3 , 192.Xr BIO_f_ssl 3 ,
193.Xr BIO_get_ex_new_index.3 ,
194.Xr BIO_find_type 3 , 193.Xr BIO_find_type 3 ,
194.Xr BIO_get_ex_new_index 3 ,
195.Xr BIO_push 3 , 195.Xr BIO_push 3 ,
196.Xr BIO_read 3 , 196.Xr BIO_read 3 ,
197.Xr BIO_s_accept 3 , 197.Xr BIO_s_accept 3 ,