From: Paul Eggert Date: Sat, 15 Jun 2024 03:59:43 +0000 (-0700) Subject: Fix typos in ChangeLog and getpagesize.texi X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=93ed3a5c8a0d6ff93fd82edc338021ab176e7117;p=gnulib.git Fix typos in ChangeLog and getpagesize.texi --- diff --git a/ChangeLog b/ChangeLog index c07a4b757a..3f5d7454fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -58,7 +58,7 @@ xsize: port to SIZE_MAX <= INT_MAX * lib/xsize.h (xsum): Port to oddball platforms where SIZE_MAX <= INT_MAX. Although no such platform is a current Gnulib porting - problems, it’s easy enough to port to them. + target, it’s easy enough to port to them. ssfmalloc-tests: simplify by using sysconf * tests/test-ssfmalloc.c (getpagesize) [__hpux]: Remove decl. diff --git a/doc/glibc-functions/getpagesize.texi b/doc/glibc-functions/getpagesize.texi index 77df489bce..3c60942742 100644 --- a/doc/glibc-functions/getpagesize.texi +++ b/doc/glibc-functions/getpagesize.texi @@ -42,7 +42,7 @@ Although portable programs are supposed to use @code{sysconf (_SC_PAGESIZE)} instead, in practice @code{getpagesize} can be a little faster. @item -On typical platforms this function's API limits page sizes to at most 1 GiB@, +On typical platforms this function's API limits page sizes to at most 1 GiB, even though @code{sysconf (_SC_PAGESIZE)} does not have this limitation. However, this has not been a practical problem yet, and so many programs use @code{getpagesize} that it's unlikely that