diff options
Diffstat (limited to 'src/lib/libcrypto/man/ERR_GET_LIB.3')
-rw-r--r-- | src/lib/libcrypto/man/ERR_GET_LIB.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/ERR_GET_LIB.3 b/src/lib/libcrypto/man/ERR_GET_LIB.3 index ec569f6be2..285f3e7bc1 100644 --- a/src/lib/libcrypto/man/ERR_GET_LIB.3 +++ b/src/lib/libcrypto/man/ERR_GET_LIB.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: ERR_GET_LIB.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: ERR_GET_LIB.3,v 1.3 2016/11/17 21:06:16 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: November 17 2016 $ |
4 | .Dt ERR_GET_LIB 3 | 4 | .Dt ERR_GET_LIB 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -33,7 +33,7 @@ and | |||
33 | can be used to extract these. | 33 | can be used to extract these. |
34 | .Pp | 34 | .Pp |
35 | The library number and function code describe where the error occurred, | 35 | The library number and function code describe where the error occurred, |
36 | the reason code is the information about what went wrong. | 36 | whereas the reason code is the information about what went wrong. |
37 | .Pp | 37 | .Pp |
38 | Each sub-library of OpenSSL has a unique library number; function and | 38 | Each sub-library of OpenSSL has a unique library number; function and |
39 | reason codes are unique within each sub-library. | 39 | reason codes are unique within each sub-library. |