summaryrefslogtreecommitdiff
path: root/manual/errno.texi
diff options
context:
space:
mode:
authorVille Skytta <ville.skytta@iki.fi>2013-12-30 15:29:35 +0100
committerOndřej Bílka <neleai@seznam.cz>2013-12-30 15:42:26 +0100
commit9dcc8f116c57767cbdb967d57523c2050c25a583 (patch)
tree8a1644d71deb804b101852a3ff5cdfb72ad5ba93 /manual/errno.texi
parentd97ae285e8c82cc07b719283e8a3dc799c1b9587 (diff)
Fix spelling in manual, as in bug 16376
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