From f5c558f3ecdf1d635f5614f5b49cd630786df46a Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sat, 23 Dec 2017 14:53:07 +0100 Subject: manual: fix a typo in strtoul description [BZ #21161] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo reported by Vincent Lefèvre: 'retrict' -> 'restrict'. Changelog: [BZ #21161] * manual/arith.texi (strtoul): Fix a typo. --- manual/arith.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/arith.texi') 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 -- cgit v1.1