mirror of git://sourceware.org/git/glibc.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.
This commit is contained in:
parent
af1d5782c1
commit
3ae3c4371d
|
@ -3078,7 +3078,7 @@ to @code{fcvt}.
|
||||||
@c gcvt calls sprintf, that ultimately calls vfprintf, which malloc()s
|
@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.
|
@c args_value if it's too large, but gcvt never exercises this path.
|
||||||
@code{gcvt} is functionally equivalent to @samp{sprintf(buf, "%*g",
|
@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}.
|
returns @var{buf}.
|
||||||
|
|
||||||
If @var{ndigit} decimal digits would exceed the precision of a
|
If @var{ndigit} decimal digits would exceed the precision of a
|
||||||
|
|
Loading…
Reference in New Issue