diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-10-13 05:49:35 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-10-13 05:49:35 +0000 |
commit | 20716c32ca3451a449913fc715e93ec90c1b025e (patch) | |
tree | 9a43e7d91e5e9145e2197f9b6deb0cc55fd37b5d /lib | |
parent | 8ce7d8edaf35479d28d0f70479420651dde99c89 (diff) |
Tweak previous by using the argument name, not its type
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/X509_ALGOR_dup.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/X509_ALGOR_dup.3 b/lib/libcrypto/man/X509_ALGOR_dup.3 index ee29a314daf..29fd9a60f47 100644 --- a/lib/libcrypto/man/X509_ALGOR_dup.3 +++ b/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 |