diff options
Diffstat (limited to 'src/lib/libcrypto/man/ERR_print_errors.3')
-rw-r--r-- | src/lib/libcrypto/man/ERR_print_errors.3 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/ERR_print_errors.3 b/src/lib/libcrypto/man/ERR_print_errors.3 index a6fdbc0cdb..a5c7c03287 100644 --- a/src/lib/libcrypto/man/ERR_print_errors.3 +++ b/src/lib/libcrypto/man/ERR_print_errors.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ERR_print_errors.3,v 1.7 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: ERR_print_errors.3,v 1.8 2020/03/28 22:40:58 schwarze Exp $ |
2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>, | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>, |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: March 27 2018 $ | 52 | .Dd $Mdocdate: March 28 2020 $ |
53 | .Dt ERR_PRINT_ERRORS 3 | 53 | .Dt ERR_PRINT_ERRORS 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -103,11 +103,6 @@ respective error code. | |||
103 | .Pp | 103 | .Pp |
104 | If there is no text string registered for the given error code, the | 104 | If there is no text string registered for the given error code, the |
105 | error string will contain the numeric code. | 105 | error string will contain the numeric code. |
106 | .Sh RETURN VALUES | ||
107 | .Fn ERR_print_errors | ||
108 | and | ||
109 | .Fn ERR_print_errors_fp | ||
110 | return no values. | ||
111 | .Sh SEE ALSO | 106 | .Sh SEE ALSO |
112 | .Xr ERR 3 , | 107 | .Xr ERR 3 , |
113 | .Xr ERR_error_string 3 , | 108 | .Xr ERR_error_string 3 , |