From 6f625876aa388e6d15fab0fcd18ca335514a0bd2 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 26 Jul 2024 03:40:43 +0000 Subject: [PATCH] Put opening brace on correct line --- lib/libcrypto/man/ERR_load_strings.3 | 7 +++---- 1 file 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 . @@ -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; -- 2.20.1