summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_parse_dump.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_parse_dump.3')
-rw-r--r--src/lib/libcrypto/man/ASN1_parse_dump.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/ASN1_parse_dump.3 b/src/lib/libcrypto/man/ASN1_parse_dump.3
index 240d2d338e..8661c55521 100644
--- a/src/lib/libcrypto/man/ASN1_parse_dump.3
+++ b/src/lib/libcrypto/man/ASN1_parse_dump.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ASN1_parse_dump.3,v 1.1 2021/07/11 19:03:45 schwarze Exp $ 1.\" $OpenBSD: ASN1_parse_dump.3,v 1.2 2021/11/26 13:48:21 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2021 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: July 11 2021 $ 17.Dd $Mdocdate: November 26 2021 $
18.Dt ASN1_PARSE_DUMP 3 18.Dt ASN1_PARSE_DUMP 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -133,7 +133,7 @@ carriage returns and horizontal tabs, it is printed as an ASCII string.
133Otherwise, the 133Otherwise, the
134.Fa dump 134.Fa dump
135argument decides the format. 135argument decides the format.
136If it is zero, a raw hex dump is emissed, consisting of two hexadecimal 136If it is zero, a raw hex dump is emitted, consisting of two hexadecimal
137digits for every data byte. 137digits for every data byte.
138If 138If
139.Fa dump 139.Fa dump
@@ -175,7 +175,7 @@ bytes.
175.Fn ASN1_parse 175.Fn ASN1_parse
176is identical to 176is identical to
177.Fn ASN1_parse_dump 177.Fn ASN1_parse_dump
178woth 0 passed as the 178with 0 passed as the
179.Fa dump 179.Fa dump
180argument. 180argument.
181.Sh RETURN VALUES 181.Sh RETURN VALUES