From cc5cacf3a2abb1c1b8b4e41b7b5994867bdb34a4 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 5 Jun 2023 17:54:27 +0200 Subject: [PATCH] openssl: Fix typos in manual pages --- secure/usr.bin/openssl/man/openssl-genpkey.1 | 2 +- secure/usr.bin/openssl/man/openssl-verification-options.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/secure/usr.bin/openssl/man/openssl-genpkey.1 b/secure/usr.bin/openssl/man/openssl-genpkey.1 index b3743afdd25715..c0d7eef7ec21fa 100644 --- a/secure/usr.bin/openssl/man/openssl-genpkey.1 +++ b/secure/usr.bin/openssl/man/openssl-genpkey.1 @@ -420,7 +420,7 @@ The \fBalgorithm\fR option must be \fB\*(L"\s-1DH\*(R"\s0\fR. .el .IP "``default''" 4 .IX Item "default" Selects a default type based on the \fBalgorithm\fR. This is used by the -OpenSSL default provider to set the type for backwards compatability. +OpenSSL default provider to set the type for backwards compatibility. If \fBalgorithm\fR is \fB\*(L"\s-1DH\*(R"\s0\fR then \fB\*(L"generator\*(R"\fR is used. If \fBalgorithm\fR is \fB\*(L"\s-1DHX\*(R"\s0\fR then \fB\*(L"fips186_2\*(R"\fR is used. .RE diff --git a/secure/usr.bin/openssl/man/openssl-verification-options.1 b/secure/usr.bin/openssl/man/openssl-verification-options.1 index a4c133ca47d512..d844a98c071f43 100644 --- a/secure/usr.bin/openssl/man/openssl-verification-options.1 +++ b/secure/usr.bin/openssl/man/openssl-verification-options.1 @@ -218,7 +218,7 @@ It is an an element of the trust store. It does not have a negative trust attribute rejecting the given use. .IP "\(bu" 4 It has a positive trust attribute accepting the given use -or (by default) one of the following compatibilty conditions apply: +or (by default) one of the following compatibility conditions apply: It is self-signed or the \fB\-partial_chain\fR option is given (which corresponds to the \fBX509_V_FLAG_PARTIAL_CHAIN\fR flag being set). .SS "Certification Path Building"