diff options
author | tb <> | 2023-09-26 09:36:22 +0000 |
---|---|---|
committer | tb <> | 2023-09-26 09:36:22 +0000 |
commit | 5805da0748a7f26945d1047c0dcfab4548e9afd3 (patch) | |
tree | 86edbc16eea53197db089e5d5cd7ef86ee5f1d4e /src | |
parent | 2dd2c41aa425d01ef11152f868e04e3f2823788a (diff) | |
download | openbsd-5805da0748a7f26945d1047c0dcfab4548e9afd3.tar.gz openbsd-5805da0748a7f26945d1047c0dcfab4548e9afd3.tar.bz2 openbsd-5805da0748a7f26945d1047c0dcfab4548e9afd3.zip |
Fix section title of X.690 reference (missing article)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/d2i_ASN1_NULL.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/d2i_ASN1_NULL.3 b/src/lib/libcrypto/man/d2i_ASN1_NULL.3 index bc7c85e71e..037c9c93e1 100644 --- a/src/lib/libcrypto/man/d2i_ASN1_NULL.3 +++ b/src/lib/libcrypto/man/d2i_ASN1_NULL.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: d2i_ASN1_NULL.3,v 1.4 2021/11/22 16:19:54 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_ASN1_NULL.3,v 1.5 2023/09/26 09:36:22 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: November 22 2021 $ | 17 | .Dd $Mdocdate: September 26 2023 $ |
18 | .Dt D2I_ASN1_NULL 3 | 18 | .Dt D2I_ASN1_NULL 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -83,7 +83,7 @@ ITU-T Recommendation X.690, also known as ISO/IEC 8825-1: | |||
83 | Information technology - ASN.1 encoding rules: | 83 | Information technology - ASN.1 encoding rules: |
84 | Specification of Basic Encoding Rules (BER), Canonical Encoding | 84 | Specification of Basic Encoding Rules (BER), Canonical Encoding |
85 | Rules (CER) and Distinguished Encoding Rules (DER), | 85 | Rules (CER) and Distinguished Encoding Rules (DER), |
86 | section 8.8: Encoding of null value | 86 | section 8.8: Encoding of a null value |
87 | .Sh HISTORY | 87 | .Sh HISTORY |
88 | .Fn d2i_ASN1_NULL | 88 | .Fn d2i_ASN1_NULL |
89 | and | 89 | and |