From: schwarze Date: Sun, 27 Aug 2023 13:15:29 +0000 (+0000) Subject: EVP_PKEY_set_type_str(3) is now documented, so switch from .Fn to .Xr X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3d821fadefb203e76c4b7da4fcfe4a86ea0a3bd9;p=openbsd EVP_PKEY_set_type_str(3) is now documented, so switch from .Fn to .Xr --- diff --git a/lib/libcrypto/man/EVP_PKEY_asn1_new.3 b/lib/libcrypto/man/EVP_PKEY_asn1_new.3 index d9947ad743d..aa6e016dfdf 100644 --- a/lib/libcrypto/man/EVP_PKEY_asn1_new.3 +++ b/lib/libcrypto/man/EVP_PKEY_asn1_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_PKEY_asn1_new.3,v 1.8 2022/07/13 19:10:40 schwarze Exp $ +.\" $OpenBSD: EVP_PKEY_asn1_new.3,v 1.9 2023/08/27 13:15:29 schwarze Exp $ .\" selective merge up to: .\" OpenSSL man3/EVP_PKEY_ASN1_METHOD b0004708 Nov 1 00:45:24 2017 +0800 .\" @@ -50,7 +50,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 13 2022 $ +.Dd $Mdocdate: August 27 2023 $ .Dt EVP_PKEY_ASN1_NEW 3 .Os .Sh NAME @@ -332,7 +332,7 @@ Free the internals of This method is called by .Xr EVP_PKEY_free 3 , .Xr EVP_PKEY_set_type 3 , -.Fn EVP_PKEY_set_type_str , +.Xr EVP_PKEY_set_type_str 3 , and .Xr EVP_PKEY_assign 3 . .Bd -filled