diff options
author | tb <> | 2023-10-13 05:49:34 +0000 |
---|---|---|
committer | tb <> | 2023-10-13 05:49:34 +0000 |
commit | 06322ee09b46eec5e91ff54df8cf6fa191bf94ab (patch) | |
tree | 64a812b49c7c6aab8fc472de3e07d4f6620946b7 /src/lib | |
parent | dccf93931f26891b632ea18617a6f2da440604a2 (diff) | |
download | openbsd-06322ee09b46eec5e91ff54df8cf6fa191bf94ab.tar.gz openbsd-06322ee09b46eec5e91ff54df8cf6fa191bf94ab.tar.bz2 openbsd-06322ee09b46eec5e91ff54df8cf6fa191bf94ab.zip |
Tweak previous by using the argument name, not its type
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/X509_ALGOR_dup.3 | 4 |
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 |
160 | creates a deep copy of | 160 | creates a deep copy of |
161 | .Vt X509_ALGOR . | 161 | .Fa alg . |
162 | It is implemented by calling | 162 | It is implemented by calling |
163 | .Xr ASN1_item_dup 3 | 163 | .Xr ASN1_item_dup 3 |
164 | with arguments of | 164 | with arguments of |