diff options
author | jmc <> | 2016-12-06 13:43:52 +0000 |
---|---|---|
committer | jmc <> | 2016-12-06 13:43:52 +0000 |
commit | 38728ccd4a8caf84940f64598f6c524254c34226 (patch) | |
tree | f8b97db534ceac4f885b7c53b6ae4303fb8e6fc6 /src/lib | |
parent | c8fdaf9d2407f531ba07c41625df95cbb4e54726 (diff) | |
download | openbsd-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.3 | 12 |
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 |
97 | using the method | 97 | using the method |
98 | .Fa type . | 98 | .Fa type . |
99 | There are two groups of BIO types, source/sink BIOs and a filter BIOs. | 99 | There are two groups of BIO types, source/sink BIOs and filter BIOs. |
100 | .Pp | 100 | .Pp |
101 | Source/sink BIOs provide input or consume output. | 101 | Source/sink BIOs provide input or consume output. |
102 | Examples include socket BIOs and file BIOs. | 102 | Examples include socket BIOs and file BIOs. |
103 | .Pp | 103 | .Pp |
@@ -160,8 +160,8 @@ on a single BIO has the same effect as | |||
160 | Common I/O functions are documented in | 160 | Common I/O functions are documented in |
161 | .Xr BIO_read 3 . | 161 | .Xr BIO_read 3 . |
162 | Forming chains is explained in | 162 | Forming chains is explained in |
163 | .Xr BIO_push 3 , | 163 | .Xr BIO_push 3 ; |
164 | inspecting them in | 164 | inspecting them is explained in |
165 | .Xr BIO_find_type 3 . | 165 | .Xr BIO_find_type 3 . |
166 | For more details about the different kinds of BIOs, see the individual | 166 | For 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 , |