about summary refs log tree commit diff
path: root/manual/errno.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/errno.texi')
-rw-r--r--manual/errno.texi8
1 files changed, 4 insertions, 4 deletions
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