From 06322ee09b46eec5e91ff54df8cf6fa191bf94ab Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 13 Oct 2023 05:49:34 +0000 Subject: Tweak previous by using the argument name, not its type --- src/lib/libcrypto/man/X509_ALGOR_dup.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/X509_ALGOR_dup.3 b/src/lib/libcrypto/man/X509_ALGOR_dup.3 index ee29a314da..29fd9a60f4 100644 --- a/src/lib/libcrypto/man/X509_ALGOR_dup.3 +++ b/src/lib/libcrypto/man/X509_ALGOR_dup.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_ALGOR_dup.3,v 1.21 2023/10/13 05:47:35 tb Exp $ +.\" $OpenBSD: X509_ALGOR_dup.3,v 1.22 2023/10/13 05:49:34 tb Exp $ .\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 .\" .\" This file is a derived work. @@ -158,7 +158,7 @@ no action occurs. .Pp .Fn X509_ALGOR_dup creates a deep copy of -.Vt X509_ALGOR . +.Fa alg . It is implemented by calling .Xr ASN1_item_dup 3 with arguments of -- cgit v1.2.3-55-g6feb