diff options
author | jmc <> | 2016-11-06 15:52:50 +0000 |
---|---|---|
committer | jmc <> | 2016-11-06 15:52:50 +0000 |
commit | 5a18890fb4c6b832214c6c32d7ca56db3fd9133a (patch) | |
tree | d98f3cbf729ef563011a9ca161b7885314ef68d3 /src/lib/libcrypto/man/ERR_load_strings.3 | |
parent | 778481083606b883faa33b90d3de57202a2bcf25 (diff) | |
download | openbsd-5a18890fb4c6b832214c6c32d7ca56db3fd9133a.tar.gz openbsd-5a18890fb4c6b832214c6c32d7ca56db3fd9133a.tar.bz2 openbsd-5a18890fb4c6b832214c6c32d7ca56db3fd9133a.zip |
first pass; ok schwarze
Diffstat (limited to 'src/lib/libcrypto/man/ERR_load_strings.3')
-rw-r--r-- | src/lib/libcrypto/man/ERR_load_strings.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/ERR_load_strings.3 b/src/lib/libcrypto/man/ERR_load_strings.3 index 691a4067d3..780d0869fa 100644 --- a/src/lib/libcrypto/man/ERR_load_strings.3 +++ b/src/lib/libcrypto/man/ERR_load_strings.3 | |||
@@ -1,4 +1,6 @@ | |||
1 | .Dd $Mdocdate: November 2 2016 $ | 1 | .\" $OpenBSD: ERR_load_strings.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ |
2 | .\" | ||
3 | .Dd $Mdocdate: November 6 2016 $ | ||
2 | .Dt ERR_LOAD_STRINGS 3 | 4 | .Dt ERR_LOAD_STRINGS 3 |
3 | .Os | 5 | .Os |
4 | .Sh NAME | 6 | .Sh NAME |
@@ -49,16 +51,15 @@ The last entry in the array is | |||
49 | .Pp | 51 | .Pp |
50 | .Fn ERR_get_next_error_library | 52 | .Fn ERR_get_next_error_library |
51 | can be used to assign library numbers to user libraries at runtime. | 53 | can be used to assign library numbers to user libraries at runtime. |
52 | .Sh RETURN VALUE | 54 | .Sh RETURN VALUES |
53 | .Fn ERR_PACK | 55 | .Fn ERR_PACK |
54 | returns the error code. | 56 | returns the error code. |
55 | .Fn ERR_get_next_error_library | 57 | .Fn ERR_get_next_error_library |
56 | returns a new library number. | 58 | returns a new library number. |
57 | .Sh SEE ALSO | 59 | .Sh SEE ALSO |
58 | .Xr ERR 3 , | 60 | .Xr ERR 3 |
59 | .Xr ERR_load_strings 3 | ||
60 | .Sh HISTORY | 61 | .Sh HISTORY |
61 | .Xr ERR_load_error_strings 3 | 62 | .Fn ERR_load_error_strings |
62 | and | 63 | and |
63 | .Fn ERR_PACK | 64 | .Fn ERR_PACK |
64 | are available in all versions of SSLeay and OpenSSL. | 65 | are available in all versions of SSLeay and OpenSSL. |