diff options
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 |