stdarg.3: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-26 13:51:57 +01:00
parent a27180c8a7
commit 9a9ca538a9
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ according to the default argument promotions), random errors will occur.
If
.I ap
is passed to a function that uses
.BI va_arg( ap , type )
.BI va_arg( ap , type ),
then the value of
.I ap
is undefined after the return of that function.