diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-05-20 15:57:41 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-05-20 15:57:41 +0000 |
commit | 9b7d3f6083db001cbe8b6105864ca4507e91f4ae (patch) | |
tree | d6ae8b720d5831d047018c99415a2abcf008e052 /usr.bin/openssl | |
parent | 26e3885d0c7c2e742f92ab2a2e5ecbae408f81b6 (diff) |
Remove a space that I thought I had already deleted.
Makes mandoc -Tlint happier
Diffstat (limited to 'usr.bin/openssl')
-rw-r--r-- | usr.bin/openssl/openssl.1 | 4 |
1 files 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 |