提交 61ced34f 编写于 作者: B Beat Bolli 提交者: Matt Caswell

ERR_put_error.pod: fix the name of function ERR_add_error_vdata()

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1956)
上级 7a67a3ba
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
=head1 NAME =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 =head1 SYNOPSIS
...@@ -12,7 +12,7 @@ ERR_put_error, ERR_add_error_data - record an error ...@@ -12,7 +12,7 @@ ERR_put_error, ERR_add_error_data - record an error
int line); int line);
void ERR_add_error_data(int num, ...); 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 =head1 DESCRIPTION
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册