From fada0977715ff2d05a76bd49f8c74a8b19572c53 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 8 Dec 2022 11:33:58 +0000 Subject: [PATCH] Fix copy-paste error that left a paragraph ending in a comma --- lib/libcrypto/man/BIO_push.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/man/BIO_push.3 b/lib/libcrypto/man/BIO_push.3 index 01f426c1ef7..35c0c5b6d0d 100644 --- a/lib/libcrypto/man/BIO_push.3 +++ b/lib/libcrypto/man/BIO_push.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_push.3,v 1.11 2022/12/07 23:08:47 schwarze Exp $ +.\" $OpenBSD: BIO_push.3,v 1.12 2022/12/08 11:33:58 tb Exp $ .\" full merge up to: .\" OpenSSL doc/man3/BIO_push.pod 791bfd91 Nov 19 20:38:27 2021 +0100 .\" OpenSSL doc/man7/bio.pod 1cb7eff4 Sep 10 13:56:40 2019 +0100 @@ -67,7 +67,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 7 2022 $ +.Dd $Mdocdate: December 8 2022 $ .Dt BIO_PUSH 3 .Os .Sh NAME @@ -188,7 +188,7 @@ and if is not at the end of its chain, the tail of that chain starting after .Fa b -is cut off and becomes a separate chain, +is cut off and becomes a separate chain. .Pp For portability, it is best to make sure that .Fa b -- 2.20.1