diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-26 03:40:44 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-07-26 03:40:44 +0000 |
commit | f6caebf1d4aa94ef76f748fdca87ea63941589d4 (patch) | |
tree | d13a1903f54264e57623453d9b97c59f2e17ee30 /lib/libcrypto | |
parent | 44c8a48c4fd84dd5e50ffd0aab942cf516c0d652 (diff) |
Put opening brace on correct line
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/ERR_load_strings.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libcrypto/man/ERR_load_strings.3 b/lib/libcrypto/man/ERR_load_strings.3 index 44fde08c90f..10207439546 100644 --- a/lib/libcrypto/man/ERR_load_strings.3 +++ b/lib/libcrypto/man/ERR_load_strings.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ERR_load_strings.3,v 1.7 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: ERR_load_strings.3,v 1.8 2024/07/26 03:40:43 tb Exp $ .\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 27 2018 $ +.Dd $Mdocdate: July 26 2024 $ .Dt ERR_LOAD_STRINGS 3 .Os .Sh NAME @@ -79,8 +79,7 @@ registers error strings for library number .Fa str is an array of error string data: .Bd -literal -offset indent -typedef struct ERR_string_data_st -{ +typedef struct ERR_string_data_st { unsigned long error; char *string; } ERR_STRING_DATA; |