summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-09-26 09:36:23 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-09-26 09:36:23 +0000
commitecb1a42cdf553c287d5df33d8bdb80f1c7e1c63d (patch)
tree69e1c756169ce5feb5dd2dcaa0b6ecd5d761519b
parentb8ec8d96166fee4cd6b2460ba7761cd8b1667441 (diff)
Fix section title of X.690 reference (missing article)
-rw-r--r--lib/libcrypto/man/d2i_ASN1_NULL.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/d2i_ASN1_NULL.3 b/lib/libcrypto/man/d2i_ASN1_NULL.3
index bc7c85e71e1..037c9c93e1a 100644
--- a/lib/libcrypto/man/d2i_ASN1_NULL.3
+++ b/lib/libcrypto/man/d2i_ASN1_NULL.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: d2i_ASN1_NULL.3,v 1.4 2021/11/22 16:19:54 schwarze Exp $
+.\" $OpenBSD: d2i_ASN1_NULL.3,v 1.5 2023/09/26 09:36:22 tb Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -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: November 22 2021 $
+.Dd $Mdocdate: September 26 2023 $
.Dt D2I_ASN1_NULL 3
.Os
.Sh NAME
@@ -83,7 +83,7 @@ ITU-T Recommendation X.690, also known as ISO/IEC 8825-1:
Information technology - ASN.1 encoding rules:
Specification of Basic Encoding Rules (BER), Canonical Encoding
Rules (CER) and Distinguished Encoding Rules (DER),
-section 8.8: Encoding of null value
+section 8.8: Encoding of a null value
.Sh HISTORY
.Fn d2i_ASN1_NULL
and