summaryrefslogtreecommitdiffstats
path: root/doc/man3/ERR_print_errors.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/ERR_print_errors.pod')
-rw-r--r--doc/man3/ERR_print_errors.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/man3/ERR_print_errors.pod b/doc/man3/ERR_print_errors.pod
index 134b374d0d..f7e612f618 100644
--- a/doc/man3/ERR_print_errors.pod
+++ b/doc/man3/ERR_print_errors.pod
@@ -11,8 +11,7 @@ ERR_print_errors, ERR_print_errors_fp, ERR_print_errors_cb
void ERR_print_errors(BIO *bp);
void ERR_print_errors_fp(FILE *fp);
- void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
- void *u)
+ void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u), void *u)
=head1 DESCRIPTION