diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-12-06 13:43:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-12-06 13:43:53 +0000 |
commit | 5a75b162636d656bed462afabc624103768455d3 (patch) | |
tree | 4662d3e072185ef0517a6f69ac0b4e21716f991c /lib | |
parent | 23f8a9e14df440ba816c5e4f3f0bc92f1c19faa9 (diff) |
tweak previous;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/BIO_new.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/man/BIO_new.3 b/lib/libcrypto/man/BIO_new.3 index 654f4e844a0..991f159886c 100644 --- a/lib/libcrypto/man/BIO_new.3 +++ b/lib/libcrypto/man/BIO_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_new.3,v 1.6 2016/12/06 12:54:19 schwarze Exp $ +.\" $OpenBSD: BIO_new.3,v 1.7 2016/12/06 13:43:52 jmc Exp $ .\" OpenSSL doc/man3/BIO_new.pod ca3a82c3 Mar 25 11:31:18 2015 -0400 .\" OpenSSL doc/man7/bio.pod a9c85cea Nov 11 09:33:55 2016 +0100 .\" @@ -96,8 +96,8 @@ function constructs a new .Vt BIO using the method .Fa type . -There are two groups of BIO types, source/sink BIOs and a filter BIOs. -.Pp +There are two groups of BIO types, source/sink BIOs and filter BIOs. +.Pp Source/sink BIOs provide input or consume output. Examples include socket BIOs and file BIOs. .Pp @@ -160,8 +160,8 @@ on a single BIO has the same effect as Common I/O functions are documented in .Xr BIO_read 3 . Forming chains is explained in -.Xr BIO_push 3 , -inspecting them in +.Xr BIO_push 3 ; +inspecting them is explained in .Xr BIO_find_type 3 . For more details about the different kinds of BIOs, see the individual .Vt BIO_METHOD @@ -190,8 +190,8 @@ Create a memory BIO: .Xr BIO_f_md 3 , .Xr BIO_f_null 3 , .Xr BIO_f_ssl 3 , -.Xr BIO_get_ex_new_index.3 , .Xr BIO_find_type 3 , +.Xr BIO_get_ex_new_index 3 , .Xr BIO_push 3 , .Xr BIO_read 3 , .Xr BIO_s_accept 3 , |