diff options
author | tb <> | 2025-03-09 14:18:24 +0000 |
---|---|---|
committer | tb <> | 2025-03-09 14:18:24 +0000 |
commit | 77bd8b3903f6a7c7c5714f242d8ce5654fc26538 (patch) | |
tree | 6152beeaf10e24828e47bb006821c88546ee69bf /src | |
parent | a8bc62283dde492a8b24ae55cd59375ad3bffae7 (diff) | |
download | openbsd-77bd8b3903f6a7c7c5714f242d8ce5654fc26538.tar.gz openbsd-77bd8b3903f6a7c7c5714f242d8ce5654fc26538.tar.bz2 openbsd-77bd8b3903f6a7c7c5714f242d8ce5654fc26538.zip |
X509_NAME_print_ex.3: move s to the proper place
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509_NAME_print_ex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_NAME_print_ex.3 b/src/lib/libcrypto/man/X509_NAME_print_ex.3 index 6634e6f585..dc8706994c 100644 --- a/src/lib/libcrypto/man/X509_NAME_print_ex.3 +++ b/src/lib/libcrypto/man/X509_NAME_print_ex.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_NAME_print_ex.3,v 1.15 2025/03/09 14:02:46 tb Exp $ | 1 | .\" $OpenBSD: X509_NAME_print_ex.3,v 1.16 2025/03/09 14:18:24 tb Exp $ |
2 | .\" full merge up to: OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 | 2 | .\" full merge up to: OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 |
3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | 3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 |
4 | .\" | 4 | .\" |
@@ -121,7 +121,7 @@ bytes will be written, including the ending NUL, and | |||
121 | is returned. | 121 | is returned. |
122 | .Pp | 122 | .Pp |
123 | .Fn X509_NAME_oneline | 123 | .Fn X509_NAME_oneline |
124 | is a legacy functions which produce a non-standard output form. | 124 | is a legacy function which produces a non-standard output form. |
125 | It doesn't handle multi-character fields and has various quirks | 125 | It doesn't handle multi-character fields and has various quirks |
126 | and inconsistencies. | 126 | and inconsistencies. |
127 | Its use is strongly discouraged in new applications. | 127 | Its use is strongly discouraged in new applications. |