doc/man3: reformat the function prototypes in the synopses
[openssl.git] / doc / man3 / ERR_print_errors.pod
index 134b374d0d9442ebf02cdb0b22d109a88c101228..f7e612f6188693fb83886c0ff30a183a8400a3e7 100644 (file)
@@ -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