diff options
author | tb <> | 2023-04-02 23:33:42 +0000 |
---|---|---|
committer | tb <> | 2023-04-02 23:33:42 +0000 |
commit | 5a7b4cb908b6eb7929a3acb7990760a605a6153b (patch) | |
tree | a56ac211b271ac93fd44e33c65d7db6d996e1e0f /src/lib | |
parent | 70ae67c5ecde42ae5ec64f3f4507f658275a3351 (diff) | |
download | openbsd-5a7b4cb908b6eb7929a3acb7990760a605a6153b.tar.gz openbsd-5a7b4cb908b6eb7929a3acb7990760a605a6153b.tar.bz2 openbsd-5a7b4cb908b6eb7929a3acb7990760a605a6153b.zip |
Fix table by using strings of proper lengths instead of bogus
scaling widths.
ok schwarze
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/get_rfc3526_prime_8192.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/get_rfc3526_prime_8192.3 b/src/lib/libcrypto/man/get_rfc3526_prime_8192.3 index eec4d27f3e..5ab9571dcf 100644 --- a/src/lib/libcrypto/man/get_rfc3526_prime_8192.3 +++ b/src/lib/libcrypto/man/get_rfc3526_prime_8192.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: get_rfc3526_prime_8192.3,v 1.6 2022/01/15 23:38:50 jsg Exp $ | 1 | .\" $OpenBSD: get_rfc3526_prime_8192.3,v 1.7 2023/04/02 23:33:42 tb Exp $ |
2 | .\" checked up to: OpenSSL DH_get_1024_160 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" checked up to: OpenSSL DH_get_1024_160 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> | 4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> |
@@ -15,7 +15,7 @@ | |||
15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | .\" | 17 | .\" |
18 | .Dd $Mdocdate: January 15 2022 $ | 18 | .Dd $Mdocdate: April 2 2023 $ |
19 | .Dt GET_RFC3526_PRIME_8192 3 | 19 | .Dt GET_RFC3526_PRIME_8192 3 |
20 | .Os | 20 | .Os |
21 | .Sh NAME | 21 | .Sh NAME |
@@ -107,7 +107,7 @@ As long as the offset is sufficiently small, the above form assures | |||
107 | that the top and bottom 64 bits of each number are all 1. | 107 | that the top and bottom 64 bits of each number are all 1. |
108 | .Pp | 108 | .Pp |
109 | The offsets are defined in the standards as follows: | 109 | The offsets are defined in the standards as follows: |
110 | .Bl -column 16n 8n -offset indent | 110 | .Bl -column "8192 = 2 * 2^12" "4743158" -offset indent |
111 | .It size Ar s Ta Ar offset | 111 | .It size Ar s Ta Ar offset |
112 | .It Ta | 112 | .It Ta |
113 | .It \ 768 = 3 * 2^8 Ta 149686 | 113 | .It \ 768 = 3 * 2^8 Ta 149686 |