diff options
author | jmc <> | 2016-11-07 15:52:47 +0000 |
---|---|---|
committer | jmc <> | 2016-11-07 15:52:47 +0000 |
commit | 94a8013c0e6b484829cc3c8b697578760ad01405 (patch) | |
tree | 8e0eba7cbf154c12c52f4456e7f1e277c6e71d31 /src/lib/libcrypto/man/BIO_s_null.3 | |
parent | e638403f591087e1ef609e3bc88e3028a97af60e (diff) | |
download | openbsd-94a8013c0e6b484829cc3c8b697578760ad01405.tar.gz openbsd-94a8013c0e6b484829cc3c8b697578760ad01405.tar.bz2 openbsd-94a8013c0e6b484829cc3c8b697578760ad01405.zip |
various cleanup;
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 |