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.26.9000-1036-gf5c558f


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  f5c558f3ecdf1d635f5614f5b49cd630786df46a (commit)
      from  e65a5644e6614d8f3e5dbcb2aa3e3f9f36ac6da9 (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=f5c558f3ecdf1d635f5614f5b49cd630786df46a

commit f5c558f3ecdf1d635f5614f5b49cd630786df46a
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Dec 23 14:53:07 2017 +0100

    manual: fix a typo in strtoul description [BZ #21161]
    
    Typo reported by Vincent Lefèvre: 'retrict' -> 'restrict'.
    
    Changelog:
    	[BZ #21161]
    	* manual/arith.texi (strtoul): Fix a typo.

diff --git a/ChangeLog b/ChangeLog
index c29d25a..4050ec4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-12-23  Aurelien Jarno <aurelien@aurel32.net>
 
+	[BZ #21161]
+	* manual/arith.texi (strtoul): Fix a typo.
+
 	[BZ #22596]
 	* manual/arith.texi (finite): Fix the description of the return
 	value.
diff --git a/manual/arith.texi b/manual/arith.texi
index 4649bdf..56ae6dd 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -2484,7 +2484,7 @@ in nearly all aspects but handles wide character strings.
 The @code{wcstol} function was introduced in @w{Amendment 1} of @w{ISO C90}.
 @end deftypefun
 
-@deftypefun {unsigned long int} strtoul (const char *retrict @var{string}, char **restrict @var{tailptr}, int @var{base})
+@deftypefun {unsigned long int} strtoul (const char *restrict @var{string}, char **restrict @var{tailptr}, int @var{base})
 @standards{ISO, stdlib.h}
 @safety{@prelim{}@mtsafe{@mtslocale{}}@assafe{}@acsafe{}}
 The @code{strtoul} (``string-to-unsigned-long'') function is like

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

Summary of changes:
 ChangeLog         |    3 +++
 manual/arith.texi |    2 +-
 2 files changed, 4 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]