From 9dcc8f116c57767cbdb967d57523c2050c25a583 Mon Sep 17 00:00:00 2001 From: Ville Skytta Date: Mon, 30 Dec 2013 15:29:35 +0100 Subject: Fix spelling in manual, as in bug 16376 --- 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 6c9fa865dd..b1bfbe9376 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -1596,7 +1596,7 @@ are not used. @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}. +in as a value of type @code{va_list}. @end deftypefun @comment err.h @@ -1617,7 +1617,7 @@ string is printed. @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}. +in as a value of type @code{va_list}. @end deftypefun @comment err.h @@ -1637,7 +1637,7 @@ are not used and that the program is exited even if @var{status} is zero. @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}. +in as a value of type @code{va_list}. @end deftypefun @comment err.h @@ -1659,5 +1659,5 @@ string is printed. @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}. +in as a value of type @code{va_list}. @end deftypefun -- cgit 1.4.1