summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_null.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_null.3')
-rw-r--r--src/lib/libcrypto/man/BIO_s_null.38
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
17returns the null sink BIO method. 17returns the null sink BIO method.
18Data written to the null sink is discarded, reads return EOF. 18Data written to the null sink is discarded, reads return EOF.
19.Sh NOTES 19.Pp
20A null sink BIO behaves in a similar manner to the 20A null sink BIO behaves in a similar manner to the
21.Xr null 4 21.Xr null 4
22device. 22device.
23.Pp 23.Pp
24A null bio can be placed on the end of a chain to discard any data 24A null BIO can be placed on the end of a chain to discard any data
25passed through it. 25passed through it.
26.Pp 26.Pp
27A null sink is useful if, for example, an application wishes 27A null sink is useful if, for example, an application wishes