From: jsg Date: Sun, 11 Sep 2022 04:39:46 +0000 (+0000) Subject: fix repeated words X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=712a416d1281de0172cdac035be4cbba734d5b46;p=openbsd fix repeated words --- diff --git a/lib/libcrypto/man/ASN1_item_digest.3 b/lib/libcrypto/man/ASN1_item_digest.3 index e8af779c657..56a97555e92 100644 --- a/lib/libcrypto/man/ASN1_item_digest.3 +++ b/lib/libcrypto/man/ASN1_item_digest.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_item_digest.3,v 1.1 2021/11/07 15:29:01 schwarze Exp $ +.\" $OpenBSD: ASN1_item_digest.3,v 1.2 2022/09/11 04:39:46 jsg Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -14,7 +14,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: November 7 2021 $ +.Dd $Mdocdate: September 11 2022 $ .Dt ASN1_ITEM_DIGEST 3 .Os .Sh NAME @@ -32,7 +32,7 @@ .Fc .Sh DESCRIPTION .Fn ASN1_item_digest -assumes that that +assumes that .Fa val_in is an .Vt ASN1_VALUE diff --git a/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 b/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 index 2883c02d345..cf2786d6eb6 100644 --- a/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 +++ b/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.18 2021/07/02 11:48:01 schwarze Exp $ +.\" $OpenBSD: EVP_PKEY_set1_RSA.3,v 1.19 2022/09/11 04:39:46 jsg Exp $ .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file is a derived work. @@ -18,7 +18,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.\" The original file was written by by Dr. Stephen Henson . +.\" The original file was written by Dr. Stephen Henson . .\" Copyright (c) 2002, 2015, 2016 The OpenSSL Project. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 2 2021 $ +.Dd $Mdocdate: September 11 2022 $ .Dt EVP_PKEY_SET1_RSA 3 .Os .Sh NAME