From 8a093c8c3a9b6330735389783a0fd5a3bef654b8 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 16 Dec 2023 10:26:10 +0000 Subject: [PATCH] Rename ASN1_STRING_TABLE_add manual to _get --- .../man/{ASN1_STRING_TABLE_add.3 => ASN1_STRING_TABLE_get.3} | 2 +- lib/libcrypto/man/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename lib/libcrypto/man/{ASN1_STRING_TABLE_add.3 => ASN1_STRING_TABLE_get.3} (97%) diff --git a/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 b/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 similarity index 97% rename from lib/libcrypto/man/ASN1_STRING_TABLE_add.3 rename to lib/libcrypto/man/ASN1_STRING_TABLE_get.3 index af5e810a392..0fcc8a123de 100644 --- a/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 +++ b/lib/libcrypto/man/ASN1_STRING_TABLE_get.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_STRING_TABLE_add.3,v 1.10 2023/12/16 10:22:56 tb Exp $ +.\" $OpenBSD: ASN1_STRING_TABLE_get.3,v 1.1 2023/12/16 10:26:10 tb Exp $ .\" checked up to: .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 .\" diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index a5cd8c53d1f..544495207dd 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.278 2023/12/01 10:40:21 schwarze Exp $ +# $OpenBSD: Makefile,v 1.279 2023/12/16 10:26:10 tb Exp $ .include @@ -11,7 +11,7 @@ MAN= \ ASN1_NULL_new.3 \ ASN1_OBJECT_new.3 \ ASN1_PRINTABLE_type.3 \ - ASN1_STRING_TABLE_add.3 \ + ASN1_STRING_TABLE_get.3 \ ASN1_STRING_length.3 \ ASN1_STRING_new.3 \ ASN1_STRING_print_ex.3 \ -- 2.20.1