summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsg <>2022-09-10 12:36:18 +0000
committerjsg <>2022-09-10 12:36:18 +0000
commit556db60298f76875cf23bc514f73bea3b4c98b76 (patch)
treed25dc0496cee3c081a89ec1bdfbab3b278abc9db /src
parent6a683562a13e9213cebf006617ebc8dc4e8b9871 (diff)
downloadopenbsd-556db60298f76875cf23bc514f73bea3b4c98b76.tar.gz
openbsd-556db60298f76875cf23bc514f73bea3b4c98b76.tar.bz2
openbsd-556db60298f76875cf23bc514f73bea3b4c98b76.zip
carrier return character -> carriage return character
ok jmc@ miod@
Diffstat (limited to 'src')
-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.