summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-10-29 15:45:17 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-11-01 15:52:35 -0300
commit3ae3c4371df5a06d84096f9c6f7bfbe0d3c46a0d (patch)
tree92087bef422a6ce6f57afd947e02b1e068d12276 /manual
parentaf1d5782c1e3a635fdd13d6688be64de7759857c (diff)
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.
Diffstat (limited to 'manual')
-rw-r--r--manual/arith.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index 5e123c3ccd..5080abf063 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