summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-10-13 05:49:34 +0000
committertb <>2023-10-13 05:49:34 +0000
commitc48e64c835c3a55a4f26b5a917b1cfa0acef7483 (patch)
tree64a812b49c7c6aab8fc472de3e07d4f6620946b7 /src
parent16ad934fcc4c733865918cbf459abaee21ca3f74 (diff)
downloadopenbsd-c48e64c835c3a55a4f26b5a917b1cfa0acef7483.tar.gz
openbsd-c48e64c835c3a55a4f26b5a917b1cfa0acef7483.tar.bz2
openbsd-c48e64c835c3a55a4f26b5a917b1cfa0acef7483.zip
Tweak previous by using the argument name, not its type
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/X509_ALGOR_dup.34
1 files changed, 2 insertions, 2 deletions
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 @@
1.\" $OpenBSD: X509_ALGOR_dup.3,v 1.21 2023/10/13 05:47:35 tb Exp $ 1.\" $OpenBSD: X509_ALGOR_dup.3,v 1.22 2023/10/13 05:49:34 tb Exp $
2.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 2.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -158,7 +158,7 @@ no action occurs.
158.Pp 158.Pp
159.Fn X509_ALGOR_dup 159.Fn X509_ALGOR_dup
160creates a deep copy of 160creates a deep copy of
161.Vt X509_ALGOR . 161.Fa alg .
162It is implemented by calling 162It is implemented by calling
163.Xr ASN1_item_dup 3 163.Xr ASN1_item_dup 3
164with arguments of 164with arguments of