diff options
| author | jsg <> | 2022-09-10 12:36:18 +0000 |
|---|---|---|
| committer | jsg <> | 2022-09-10 12:36:18 +0000 |
| commit | 556db60298f76875cf23bc514f73bea3b4c98b76 (patch) | |
| tree | d25dc0496cee3c081a89ec1bdfbab3b278abc9db /src/lib/libcrypto/man | |
| parent | 6a683562a13e9213cebf006617ebc8dc4e8b9871 (diff) | |
| download | openbsd-556db60298f76875cf23bc514f73bea3b4c98b76.tar.gz openbsd-556db60298f76875cf23bc514f73bea3b4c98b76.tar.bz2 openbsd-556db60298f76875cf23bc514f73bea3b4c98b76.zip | |
carrier return character -> carriage return character
ok jmc@ miod@
Diffstat (limited to 'src/lib/libcrypto/man')
| -rw-r--r-- | src/lib/libcrypto/man/i2a_ASN1_STRING.3 | 4 |
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. | |||
| 121 | Every pair of input digits is converted into one output byte. | 121 | Every pair of input digits is converted into one output byte. |
| 122 | .Pp | 122 | .Pp |
| 123 | On every input line, the trailing newline character and an optional | 123 | On every input line, the trailing newline character and an optional |
| 124 | carrier return character preceding it are ignored. | 124 | carriage return character preceding it are ignored. |
| 125 | The trailing newline need not be present on the last line. | 125 | The trailing newline need not be present on the last line. |
| 126 | If there is a backslash character before the newline character, | 126 | If there is a backslash character before the newline character, |
| 127 | parsing is continued on the next input line. | 127 | parsing is continued on the next input line. |
