From 254d48b935a980bcf10542fd994ecc2e849efca7 Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 10 Sep 2022 12:36:18 +0000 Subject: [PATCH] carrier return character -> carriage return character ok jmc@ miod@ --- lib/libcrypto/man/i2a_ASN1_STRING.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/man/i2a_ASN1_STRING.3 b/lib/libcrypto/man/i2a_ASN1_STRING.3 index 5ca4f5d3c22..daa74ca6412 100644 --- a/lib/libcrypto/man/i2a_ASN1_STRING.3 +++ b/lib/libcrypto/man/i2a_ASN1_STRING.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: i2a_ASN1_STRING.3,v 1.3 2022/09/10 10:22:46 jsg Exp $ +.\" $OpenBSD: i2a_ASN1_STRING.3,v 1.4 2022/09/10 12:36:18 jsg Exp $ .\" .\" Copyright (c) 2019, 2021 Ingo Schwarze .\" @@ -121,7 +121,7 @@ Both lower-case and upper-case hexadecimal digits are accepted. Every pair of input digits is converted into one output byte. .Pp On every input line, the trailing newline character and an optional -carrier return character preceding it are ignored. +carriage return character preceding it are ignored. The trailing newline need not be present on the last line. If there is a backslash character before the newline character, parsing is continued on the next input line. -- 2.20.1