summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libcrypto/man/ERR_load_strings.37
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;