From 3be5a2982de2e03e6ff8bd8aaf0acc8bbf0a5dd2 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 6 Nov 2016 16:12:53 +0000 Subject: delete prototypes available in other pages and add a missing .Xr link --- src/lib/libcrypto/man/ERR.3 | 104 +------------------------------------------- 1 file changed, 2 insertions(+), 102 deletions(-) diff --git a/src/lib/libcrypto/man/ERR.3 b/src/lib/libcrypto/man/ERR.3 index 94e38b1645..b788942c4c 100644 --- a/src/lib/libcrypto/man/ERR.3 +++ b/src/lib/libcrypto/man/ERR.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ERR.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ +.\" $OpenBSD: ERR.3,v 1.3 2016/11/06 16:12:53 schwarze Exp $ .\" .Dd $Mdocdate: November 6 2016 $ .Dt ERR 3 @@ -8,107 +8,6 @@ .Nd OpenSSL error codes .Sh SYNOPSIS .In openssl/err.h -.Ft unsigned long -.Fn ERR_get_error void -.Ft unsigned long -.Fn ERR_peek_error void -.Ft unsigned long -.Fo ERR_get_error_line -.Fa "const char **file" -.Fa "int *line" -.Fc -.Ft unsigned long -.Fo ERR_peek_error_line -.Fa "const char **file" -.Fa "int *line" -.Fc -.Ft unsigned long -.Fo ERR_get_error_line_data -.Fa "const char **file" -.Fa "int *line" -.Fa "const char **data" -.Fa "int *flags" -.Fc -.Ft unsigned long -.Fo ERR_peek_error_line_data -.Fa "const char **file" -.Fa "int *line" -.Fa "const char **data" -.Fa "int *flags" -.Fc -.Ft int -.Fo ERR_GET_LIB -.Fa "unsigned long e" -.Fc -.Ft int -.Fo ERR_GET_FUNC -.Fa "unsigned long e" -.Fc -.Ft int -.Fo ERR_GET_REASON -.Fa "unsigned long e" -.Fc -.Ft void -.Fn ERR_clear_error void -.Ft char * -.Fo ERR_error_string -.Fa "unsigned long e" -.Fa "char *buf" -.Fc -.Ft const char * -.Fo ERR_lib_error_string -.Fa "unsigned long e" -.Fc -.Ft const char * -.Fo ERR_func_error_string -.Fa "unsigned long e" -.Fc -.Ft const char * -.Fo ERR_reason_error_string -.Fa "unsigned long e" -.Fc -.Ft void -.Fo ERR_print_errors -.Fa "BIO *bp" -.Fc -.Ft void -.Fo ERR_print_errors_fp -.Fa "FILE *fp" -.Fc -.Ft void -.Fn ERR_load_crypto_strings void -.Ft void -.Fn ERR_free_strings void -.Ft void -.Fo ERR_remove_state -.Fa "unsigned long pid" -.Fc -.Ft void -.Fo ERR_put_error -.Fa "int lib" -.Fa "int func" -.Fa "int reason" -.Fa "const char *file" -.Fa "int line" -.Fc -.Ft void -.Fo ERR_add_error_data -.Fa "int num" -.Fa ... -.Fc -.Ft void -.Fo ERR_load_strings -.Fa "int lib" -.Fa "ERR_STRING_DATA str[]" -.Fc -.Ft unsigned long -.Fo ERR_PACK -.Fa "int lib" -.Fa "int func" -.Fa "int reason" -.Fc -.Ft int -.Fn ERR_get_next_error_library void .Sh DESCRIPTION When a call to the OpenSSL library fails, this is usually signalled by the return value, and an error code is stored in an error queue @@ -296,4 +195,5 @@ and .Xr ERR_print_errors 3 , .Xr ERR_put_error 3 , .Xr ERR_remove_state 3 , +.Xr ERR_set_mark 3 , .Xr SSL_get_error 3 -- cgit v1.2.3-55-g6feb