From 5442db48990716513d0521ab182d4f5da8ee0d21 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 6 Dec 2016 13:43:52 +0000 Subject: tweak previous; --- src/lib/libcrypto/man/BIO_new.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib/libcrypto') 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 @@ -.\" $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 , -- cgit v1.2.3-55-g6feb