X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=blobdiff_plain;f=manual%2Flang.texi;h=66d41846d2caeb61a5ff1983ff6399f3bac36dab;hp=9357734a76012318ab66089359b15ab18f792bf4;hb=24bc962ffdd841304c8797bad33e719709287e16;hpb=d6eff5565caf53fd555214eef1ceb3e8c455bb2e diff --git a/manual/lang.texi b/manual/lang.texi index 9357734a76..66d41846d2 100644 --- a/manual/lang.texi +++ b/manual/lang.texi @@ -391,10 +391,10 @@ The type @code{va_list} is used for argument pointer variables. @comment stdarg.h @comment ANSI -@deftypefn {Macro} void va_start (va_list @var{ap}, @var{last_required}) +@deftypefn {Macro} void va_start (va_list @var{ap}, @var{last-required}) This macro initializes the argument pointer variable @var{ap} to point to the first of the optional arguments of the current function; -@var{last_required} must be the last required argument to the function. +@var{last-required} must be the last required argument to the function. @xref{Old Varargs}, for an alternate definition of @code{va_start} found in the header file @file{varargs.h}.