summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/i2a_ASN1_STRING.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/i2a_ASN1_STRING.3 b/src/lib/libcrypto/man/i2a_ASN1_STRING.3
index 5ca4f5d3c2..daa74ca641 100644
--- a/src/lib/libcrypto/man/i2a_ASN1_STRING.3
+++ b/src/lib/libcrypto/man/i2a_ASN1_STRING.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: i2a_ASN1_STRING.3,v 1.3 2022/09/10 10:22:46 jsg Exp $ 1.\" $OpenBSD: i2a_ASN1_STRING.3,v 1.4 2022/09/10 12:36:18 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 2019, 2021 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2019, 2021 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -121,7 +121,7 @@ Both lower-case and upper-case hexadecimal digits are accepted.
121Every pair of input digits is converted into one output byte. 121Every pair of input digits is converted into one output byte.
122.Pp 122.Pp
123On every input line, the trailing newline character and an optional 123On every input line, the trailing newline character and an optional
124carrier return character preceding it are ignored. 124carriage return character preceding it are ignored.
125The trailing newline need not be present on the last line. 125The trailing newline need not be present on the last line.
126If there is a backslash character before the newline character, 126If there is a backslash character before the newline character,
127parsing is continued on the next input line. 127parsing is continued on the next input line.