diff options
author | Ville Skytta <ville.skytta@iki.fi> | 2013-12-30 15:29:35 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-12-30 15:42:26 +0100 |
commit | 9dcc8f116c57767cbdb967d57523c2050c25a583 (patch) | |
tree | 8a1644d71deb804b101852a3ff5cdfb72ad5ba93 /manual/errno.texi | |
parent | d97ae285e8c82cc07b719283e8a3dc799c1b9587 (diff) | |
download | glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.gz glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.bz2 glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.zip |
Fix spelling in manual, as in bug 16376
Diffstat (limited to 'manual/errno.texi')
-rw-r--r-- | manual/errno.texi | 8 |
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 |