ERR_put_error.pod: fix the name of function ERR_add_error_vdata()
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1956)
This commit is contained in:
parent
7a67a3ba04
commit
61ced34f8d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue