diff options
author | jmc <> | 2016-11-06 15:52:50 +0000 |
---|---|---|
committer | jmc <> | 2016-11-06 15:52:50 +0000 |
commit | 9b30976af18b8a407761e020380b9ed595770866 (patch) | |
tree | d98f3cbf729ef563011a9ca161b7885314ef68d3 /src/lib/libcrypto/man/BIO_read.3 | |
parent | e91a5b9b0b9cb9b6adc699e59a9a6ed06a862192 (diff) | |
download | openbsd-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.3 | 6 |
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 |
86 | or equivalent) to determine when data is available and then call | 88 | or equivalent) to determine when data is available and then call |
87 | .Xr read 3 | 89 | .Xr read 2 |
88 | to read the data. | 90 | to read the data. |
89 | The equivalent with BIOs (that is call | 91 | The equivalent with BIOs (that is call |
90 | .Xr select 2 | 92 | .Xr select 2 |