From 997fdf4ae03fc53ec3f494542e4009aae0d1039c Mon Sep 17 00:00:00 2001 From: dj Date: Thu, 27 Sep 2001 19:55:37 +0000 Subject: * libiberty.texi: (Top level): Add syncodeindex pg. Add @dircategory and @direntry directives. Add @finalout. (many nodes): Lose the next,prev,up pointers on the @nide line. (Using, Supplemental Functions, Replacement Functions): Fix markup. (Functions): Move around, to allow makeinfo to build the manual without next,prev,up pointers in thye node lines. (Licenses): Fix typos. * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c, strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup. * functions.texi: Regenerate. * copying-lib.texi: Lose the next,prev,up pointers on the @node line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45847 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/strtol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/strtol.c') diff --git a/libiberty/strtol.c b/libiberty/strtol.c index 028d6101dfd..fa84a2e8d2d 100644 --- a/libiberty/strtol.c +++ b/libiberty/strtol.c @@ -38,7 +38,7 @@ between 2 and 36 inclusive, or be the special value 0. If @var{base} is 0, @code{strtol} will look for the prefixes @code{0} and @code{0x} to indicate bases 8 and 16, respectively, else default to base 10. When the base is 16 (either explicitly or implicitly), a prefix of -@code{0x} is allowed. The handling of endptr is as that of +@code{0x} is allowed. The handling of @var{endptr} is as that of @code{strtod} above. @end deftypefn -- cgit v1.2.3