diff options
Diffstat (limited to 'manual/lang.texi')
-rw-r--r-- | manual/lang.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/lang.texi b/manual/lang.texi index ca90a59f8f..40cd9ddd77 100644 --- a/manual/lang.texi +++ b/manual/lang.texi @@ -459,7 +459,7 @@ was invoked with the same @var{ap} argument. In @theglibc{}, @code{va_end} does nothing, and you need not ever use it except for reasons of portability. -@refill + @end deftypefn Sometimes it is necessary to parse the list of parameters more than once |