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