From 7284c0c62173838f8b9bd30943bb3953e1b2d9c5 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 7 May 2024 20:40:07 +0000 Subject: [PATCH] PEM_read_bio_PrivateKey: fix grammar This old [...] routines use [...] -> These old [...] routines [...] --- lib/libcrypto/man/PEM_read_bio_PrivateKey.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 b/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 index ab703ddea2b..293c4da6558 100644 --- a/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 +++ b/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.21 2023/04/25 18:57:57 tb Exp $ +.\" $OpenBSD: PEM_read_bio_PrivateKey.3,v 1.22 2024/05/07 20:40:07 tb Exp $ .\" full merge up to: .\" OpenSSL man3/PEM_read_bio_PrivateKey.pod 18bad535 Apr 9 15:13:55 2019 +0100 .\" OpenSSL man3/PEM_read_CMS.pod 83cf7abf May 29 13:07:08 2018 +0100 @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 25 2023 $ +.Dd $Mdocdate: May 7 2024 $ .Dt PEM_READ_BIO_PRIVATEKEY 3 .Os .Sh NAME @@ -1034,7 +1034,7 @@ are used as the passphrase and .Fa cb is ignored. .Ss PEM encryption format -This old +These old .Sy PrivateKey routines use a non-standard technique for encryption. .Pp -- 2.20.1