From: Gabriel F. T. Gomes Date: Mon, 29 Oct 2018 18:45:17 +0000 (-0300) Subject: Fix typo in the documentation of gcvt X-Git-Tag: glibc-2.29~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ae3c4371df5a06d84096f9c6f7bfbe0d3c46a0d;p=thirdparty%2Fglibc.git Fix typo in the documentation of gcvt In the description of gcvt, add missing closing parenthesis in the comparison with sprintf. * manual/arith.texi (gcvt): Add missing closing parenthesis. --- diff --git a/manual/arith.texi b/manual/arith.texi index 5e123c3ccdb..5080abf063b 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -3078,7 +3078,7 @@ to @code{fcvt}. @c gcvt calls sprintf, that ultimately calls vfprintf, which malloc()s @c args_value if it's too large, but gcvt never exercises this path. @code{gcvt} is functionally equivalent to @samp{sprintf(buf, "%*g", -ndigit, value}. It is provided only for compatibility's sake. It +ndigit, value)}. It is provided only for compatibility's sake. It returns @var{buf}. If @var{ndigit} decimal digits would exceed the precision of a