carrier return character -> carriage return character
authorjsg <jsg@openbsd.org>
Sat, 10 Sep 2022 12:36:18 +0000 (12:36 +0000)
committerjsg <jsg@openbsd.org>
Sat, 10 Sep 2022 12:36:18 +0000 (12:36 +0000)
ok jmc@ miod@

lib/libcrypto/man/i2a_ASN1_STRING.3

index 5ca4f5d..daa74ca 100644 (file)
@@ -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 <schwarze@openbsd.org>
 .\"
@@ -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.