summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/i2a_ASN1_STRING.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/i2a_ASN1_STRING.3')
-rw-r--r--src/lib/libcrypto/man/i2a_ASN1_STRING.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/i2a_ASN1_STRING.3 b/src/lib/libcrypto/man/i2a_ASN1_STRING.3
index bf6266350e..5ca4f5d3c2 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.2 2021/11/23 13:52:27 schwarze Exp $ 1.\" $OpenBSD: i2a_ASN1_STRING.3,v 1.3 2022/09/10 10:22:46 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.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: November 23 2021 $ 17.Dd $Mdocdate: September 10 2022 $
18.Dt I2A_ASN1_STRING 3 18.Dt I2A_ASN1_STRING 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -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 character preceding it are ignored. 124carrier 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.