From 94a8013c0e6b484829cc3c8b697578760ad01405 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Mon, 7 Nov 2016 15:52:47 +0000 Subject: various cleanup; --- src/lib/libcrypto/man/BIO_f_null.3 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/lib/libcrypto/man/BIO_f_null.3') diff --git a/src/lib/libcrypto/man/BIO_f_null.3 b/src/lib/libcrypto/man/BIO_f_null.3 index 236d233e57..8e1e58f159 100644 --- a/src/lib/libcrypto/man/BIO_f_null.3 +++ b/src/lib/libcrypto/man/BIO_f_null.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: BIO_f_null.3,v 1.3 2016/11/06 15:52:50 jmc Exp $ +.\" $OpenBSD: BIO_f_null.3,v 1.4 2016/11/07 15:52:47 jmc Exp $ .\" -.Dd $Mdocdate: November 6 2016 $ +.Dd $Mdocdate: November 7 2016 $ .Dt BIO_F_NULL 3 .Os .Sh NAME @@ -16,12 +16,11 @@ .Fn BIO_f_null returns the null filter BIO method. This is a filter BIO that does nothing. +As may be apparent, a null filter BIO is not particularly useful. .Pp All requests to a null filter BIO are passed through to the next BIO in the chain: this means that a BIO chain containing a null filter BIO behaves just as though the BIO was not there. -.Sh NOTES -As may be apparent, a null filter BIO is not particularly useful. .Sh RETURN VALUES .Fn BIO_f_null returns the null filter BIO method. -- cgit v1.2.3-55-g6feb