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/stdio.texi | |
parent | d97ae285e8c82cc07b719283e8a3dc799c1b9587 (diff) | |
download | glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.gz glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.tar.xz glibc-9dcc8f116c57767cbdb967d57523c2050c25a583.zip |
Fix spelling in manual, as in bug 16376
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r-- | manual/stdio.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi index 7dcacd8af4..7957a2adfc 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -1670,7 +1670,7 @@ limit can be retrieved by the following constant. @defvr Macro NL_ARGMAX The value of @code{NL_ARGMAX} is the maximum value allowed for the -specification of an positional parameter in a @code{printf} call. The +specification of a positional parameter in a @code{printf} call. The actual value in effect at runtime can be retrieved by using @code{sysconf} using the @code{_SC_NL_ARGMAX} parameter @pxref{Sysconf Definition}. @@ -2330,7 +2330,7 @@ Note that the corresponding narrow stream function takes fewer parameters. @code{swprintf} in fact corresponds to the @code{snprintf} function. Since the @code{sprintf} function can be dangerous and should be avoided the @w{ISO C} committee refused to make the same mistake -again and decided to not define an function exactly corresponding to +again and decided to not define a function exactly corresponding to @code{sprintf}. @end deftypefun |