From 862f3f2587ccb85ac6d8602dd1601a861ae5a3e8 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 3 Oct 2024 03:31:47 +0000 Subject: [PATCH] X509V3_EXT_get_nid.3: indicate what nid means --- lib/libcrypto/man/X509V3_EXT_get_nid.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/man/X509V3_EXT_get_nid.3 b/lib/libcrypto/man/X509V3_EXT_get_nid.3 index 2b73f5bbc06..a47a3ef45cd 100644 --- a/lib/libcrypto/man/X509V3_EXT_get_nid.3 +++ b/lib/libcrypto/man/X509V3_EXT_get_nid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.4 2024/05/14 06:57:10 tb Exp $ +.\" $OpenBSD: X509V3_EXT_get_nid.3,v 1.5 2024/10/03 03:31:47 tb Exp $ .\" .\" Copyright (c) 2024 Theo Buehler .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 14 2024 $ +.Dd $Mdocdate: October 3 2024 $ .Dt X509V3_EXT_GET_NID 3 .Os .Sh NAME @@ -43,7 +43,7 @@ The library's .Vt X509V3_EXT_METHOD type, which is not yet documented in detail, -contains a numeric identifier to represent the OID and various +contains a numeric identifier (NID) to represent the OID and various handlers for encoding, decoding, printing, and configuring the extension's value. Criticality is handled separately, for example as an argument to -- 2.20.1