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/stdio.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/stdio.texi') diff --git a/manual/stdio.texi b/manual/stdio.texi index 7dcacd8..7957a2a 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 -- cgit v1.1