From cc6e48bc7c8e7a349147d5ce7683591175134076 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Fri, 17 Feb 2012 17:44:38 +0000 Subject: Fix various problems with @deftypefun lines. --- manual/errno.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manual/errno.texi') diff --git a/manual/errno.texi b/manual/errno.texi index 3b0af0c..70ce277 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -1585,7 +1585,7 @@ are not used. @comment err.h @comment BSD -@deftypefun void vwarn (const char *@var{format}, va_list) +@deftypefun void vwarn (const char *@var{format}, va_list @var{ap}) The @code{vwarn} function is just like @code{warn} except that the parameters for the handling of the format string @var{format} are passed in as an value of type @code{va_list}. @@ -1606,7 +1606,7 @@ string is printed. @comment err.h @comment BSD -@deftypefun void vwarnx (const char *@var{format}, va_list) +@deftypefun void vwarnx (const char *@var{format}, va_list @var{ap}) The @code{vwarnx} function is just like @code{warnx} except that the parameters for the handling of the format string @var{format} are passed in as an value of type @code{va_list}. @@ -1626,7 +1626,7 @@ are not used and that the program is exited even if @var{status} is zero. @comment err.h @comment BSD -@deftypefun void verr (int @var{status}, const char *@var{format}, va_list) +@deftypefun void verr (int @var{status}, const char *@var{format}, va_list @var{ap}) The @code{verr} function is just like @code{err} except that the parameters for the handling of the format string @var{format} are passed in as an value of type @code{va_list}. @@ -1648,7 +1648,7 @@ string is printed. @comment err.h @comment BSD -@deftypefun void verrx (int @var{status}, const char *@var{format}, va_list) +@deftypefun void verrx (int @var{status}, const char *@var{format}, va_list @var{ap}) The @code{verrx} function is just like @code{errx} except that the parameters for the handling of the format string @var{format} are passed in as an value of type @code{va_list}. -- cgit v1.1