Put opening brace on correct line
authortb <tb@openbsd.org>
Fri, 26 Jul 2024 03:40:43 +0000 (03:40 +0000)
committertb <tb@openbsd.org>
Fri, 26 Jul 2024 03:40:43 +0000 (03:40 +0000)
lib/libcrypto/man/ERR_load_strings.3

index 44fde08..1020743 100644 (file)
@@ -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;