diff options
Diffstat (limited to 'src/lib')
-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. |