From 083e2b942a16db0bf8861159e0b0ea71d670a653 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 20 May 2023 15:57:40 +0000 Subject: [PATCH] Remove a space that I thought I had already deleted. Makes mandoc -Tlint happier --- usr.bin/openssl/openssl.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index f01f71bc0c4..5443a110667 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.145 2023/05/20 12:03:02 tb Exp $ +.\" $OpenBSD: openssl.1,v 1.146 2023/05/20 15:57:40 tb Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -5423,7 +5423,7 @@ benchmarks in parallel. Use allocated buffers with an offset of .Ar number bytes from the alignment provided by -.Xr malloc 3 . +.Xr malloc 3 . .Ar number should be between 0 and 16. .El -- 2.20.1