summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_read.3
diff options
context:
space:
mode:
authorjmc <>2016-11-06 15:52:50 +0000
committerjmc <>2016-11-06 15:52:50 +0000
commit9b30976af18b8a407761e020380b9ed595770866 (patch)
treed98f3cbf729ef563011a9ca161b7885314ef68d3 /src/lib/libcrypto/man/BIO_read.3
parente91a5b9b0b9cb9b6adc699e59a9a6ed06a862192 (diff)
downloadopenbsd-9b30976af18b8a407761e020380b9ed595770866.tar.gz
openbsd-9b30976af18b8a407761e020380b9ed595770866.tar.bz2
openbsd-9b30976af18b8a407761e020380b9ed595770866.zip
first pass; ok schwarze
Diffstat (limited to 'src/lib/libcrypto/man/BIO_read.3')
-rw-r--r--src/lib/libcrypto/man/BIO_read.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_read.3 b/src/lib/libcrypto/man/BIO_read.3
index 3114ab3da4..94a4fb1461 100644
--- a/src/lib/libcrypto/man/BIO_read.3
+++ b/src/lib/libcrypto/man/BIO_read.3
@@ -1,4 +1,6 @@
1.Dd $Mdocdate: February 16 2015 $ 1.\" $OpenBSD: BIO_read.3,v 1.2 2016/11/06 15:52:50 jmc Exp $
2.\"
3.Dd $Mdocdate: November 6 2016 $
2.Dt BIO_READ 3 4.Dt BIO_READ 3
3.Os 5.Os
4.Sh NAME 6.Sh NAME
@@ -84,7 +86,7 @@ is to use a system call (such as
84.Xr select 2 , 86.Xr select 2 ,
85.Xr poll 2 87.Xr poll 2
86or equivalent) to determine when data is available and then call 88or equivalent) to determine when data is available and then call
87.Xr read 3 89.Xr read 2
88to read the data. 90to read the data.
89The equivalent with BIOs (that is call 91The equivalent with BIOs (that is call
90.Xr select 2 92.Xr select 2