diff options
author | Roland McGrath <roland@gnu.org> | 2003-12-22 06:19:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-12-22 06:19:32 +0000 |
commit | f5708cb05957f375b568578c61e3a76acd788cd3 (patch) | |
tree | c9e347c6a8115df411fbf93a6da317258629760f /manual | |
parent | 83a93ac66e30eb5e34a4ad0ea84ddcc87d1b9253 (diff) | |
download | glibc-f5708cb05957f375b568578c61e3a76acd788cd3.tar.gz glibc-f5708cb05957f375b568578c61e3a76acd788cd3.tar.xz glibc-f5708cb05957f375b568578c61e3a76acd788cd3.zip |
* manual/arith.texi (Parsing of Integers): Typo fix.
2003-12-20 Roland McGrath <roland@frob.com> * sysdeps/generic/ifreq.c (__ifreq) [_HAVE_SA_LEN]: Fix typo: add missing dereference of IFREQS before counting loop. * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h [!__PPC64_ELF_H]: Extend
Diffstat (limited to 'manual')
-rw-r--r-- | manual/arith.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index 0f2e6fe86d..6c651669f0 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -2196,7 +2196,7 @@ The @code{wcstoull} function was introduced in @w{Amendment 1} of @w{ISO C90}. The @code{wcstouq} function is equivalent to the @code{strtouq} function in nearly all aspects but handles wide character strings. -The @code{wcstoq} function is a GNU extension. +The @code{wcstouq} function is a GNU extension. @end deftypefun @comment inttypes.h |