]> sourceware.org Git - glibc.git/commitdiff
Fix typo in the documentation of gcvt
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Mon, 29 Oct 2018 18:45:17 +0000 (15:45 -0300)
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Thu, 1 Nov 2018 18:52:35 +0000 (15:52 -0300)
In the description of gcvt, add missing closing parenthesis in the
comparison with sprintf.

* manual/arith.texi (gcvt): Add missing closing parenthesis.

manual/arith.texi

index 5e123c3ccdb0011d4262b4019ce3520b9b3188fa..5080abf063bcf5c1e36f94273a55f5cd6d7078cc 100644 (file)
@@ -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
This page took 0.04625 seconds and 5 git commands to generate.