diff options
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_null.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_null.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_null.3 b/src/lib/libcrypto/man/BIO_s_null.3 index 5910bd5ce1..c98d2affd3 100644 --- a/src/lib/libcrypto/man/BIO_s_null.3 +++ b/src/lib/libcrypto/man/BIO_s_null.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: BIO_s_null.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: BIO_s_null.3,v 1.3 2016/11/07 15:52:47 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: November 7 2016 $ |
4 | .Dt BIO_S_NULL 3 | 4 | .Dt BIO_S_NULL 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -16,12 +16,12 @@ | |||
16 | .Fn BIO_s_null | 16 | .Fn BIO_s_null |
17 | returns the null sink BIO method. | 17 | returns the null sink BIO method. |
18 | Data written to the null sink is discarded, reads return EOF. | 18 | Data written to the null sink is discarded, reads return EOF. |
19 | .Sh NOTES | 19 | .Pp |
20 | A null sink BIO behaves in a similar manner to the | 20 | A null sink BIO behaves in a similar manner to the |
21 | .Xr null 4 | 21 | .Xr null 4 |
22 | device. | 22 | device. |
23 | .Pp | 23 | .Pp |
24 | A null bio can be placed on the end of a chain to discard any data | 24 | A null BIO can be placed on the end of a chain to discard any data |
25 | passed through it. | 25 | passed through it. |
26 | .Pp | 26 | .Pp |
27 | A null sink is useful if, for example, an application wishes | 27 | A null sink is useful if, for example, an application wishes |