This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.28.9000-254-g3ae3c43


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  3ae3c4371df5a06d84096f9c6f7bfbe0d3c46a0d (commit)
      from  af1d5782c1e3a635fdd13d6688be64de7759857c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3ae3c4371df5a06d84096f9c6f7bfbe0d3c46a0d

commit 3ae3c4371df5a06d84096f9c6f7bfbe0d3c46a0d
Author: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
Date:   Mon Oct 29 15:45:17 2018 -0300

    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 5e123c3..5080abf 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

-----------------------------------------------------------------------

Summary of changes:
 manual/arith.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]