From: Beat Bolli Date: Thu, 19 Jan 2017 23:43:48 +0000 (+0100) Subject: ERR_put_error.pod: fix the name of function ERR_add_error_vdata() X-Git-Tag: OpenSSL_1_1_1-pre1~1368 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=61ced34f8d7a7f1dedaa5a5b3554c4dcdec610df;p=oweals%2Fopenssl.git ERR_put_error.pod: fix the name of function ERR_add_error_vdata() Reviewed-by: Rich Salz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/1956) --- diff --git a/doc/man3/ERR_put_error.pod b/doc/man3/ERR_put_error.pod index 14695baa19..509ee1e375 100644 --- a/doc/man3/ERR_put_error.pod +++ b/doc/man3/ERR_put_error.pod @@ -2,7 +2,7 @@ =head1 NAME -ERR_put_error, ERR_add_error_data - record an error +ERR_put_error, ERR_add_error_data, ERR_add_error_vdata - record an error =head1 SYNOPSIS @@ -12,7 +12,7 @@ ERR_put_error, ERR_add_error_data - record an error int line); void ERR_add_error_data(int num, ...); - void ERR_add_error_data(int num, va_list arg); + void ERR_add_error_vdata(int num, va_list arg); =head1 DESCRIPTION