From 6ad383b3be7e5a427be988c835e3bb3a6b82b3db Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 2 Apr 2023 23:33:42 +0000 Subject: [PATCH] Fix table by using strings of proper lengths instead of bogus scaling widths. ok schwarze --- lib/libcrypto/man/get_rfc3526_prime_8192.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/man/get_rfc3526_prime_8192.3 b/lib/libcrypto/man/get_rfc3526_prime_8192.3 index eec4d27f3e4..5ab9571dcff 100644 --- a/lib/libcrypto/man/get_rfc3526_prime_8192.3 +++ b/lib/libcrypto/man/get_rfc3526_prime_8192.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: get_rfc3526_prime_8192.3,v 1.6 2022/01/15 23:38:50 jsg Exp $ +.\" $OpenBSD: get_rfc3526_prime_8192.3,v 1.7 2023/04/02 23:33:42 tb Exp $ .\" checked up to: OpenSSL DH_get_1024_160 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" Copyright (c) 2017 Ingo Schwarze @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 15 2022 $ +.Dd $Mdocdate: April 2 2023 $ .Dt GET_RFC3526_PRIME_8192 3 .Os .Sh NAME @@ -107,7 +107,7 @@ As long as the offset is sufficiently small, the above form assures that the top and bottom 64 bits of each number are all 1. .Pp The offsets are defined in the standards as follows: -.Bl -column 16n 8n -offset indent +.Bl -column "8192 = 2 * 2^12" "4743158" -offset indent .It size Ar s Ta Ar offset .It Ta .It \ 768 = 3 * 2^8 Ta 149686 -- 2.20.1