From: Bruno Haible Date: Thu, 14 Jul 2022 19:57:16 +0000 (+0200) Subject: doc: Fix typo. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=3eb1b02b420ba53a30eb9e5e01d2b18512e8b067;p=gnulib.git doc: Fix typo. Reported by Eric Gallager in . * doc/posix-functions/mmap.texi: Add parenthesis. --- diff --git a/ChangeLog b/ChangeLog index 65b7ffc355..1daf0d06e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2022-07-14 Bruno Haible + + doc: Fix typo. + Reported by Eric Gallager in + . + * doc/posix-functions/mmap.texi: Add parenthesis. + 2022-07-10 Bruno Haible sigsegv: Optimize stackvma implementation for AIX 7. diff --git a/doc/posix-functions/mmap.texi b/doc/posix-functions/mmap.texi index 0d7a28c998..016d0d279e 100644 --- a/doc/posix-functions/mmap.texi +++ b/doc/posix-functions/mmap.texi @@ -25,7 +25,7 @@ To get anonymous memory, on some platforms, you can use the flags on others you have to use a read-only file descriptor of @file{/dev/zero}. @item On HP-UX, passing a non-NULL first argument, as a hint for the address (even -without @code{MAP_FIXED}, often causes @code{mmap} to fail. Better pass NULL +without @code{MAP_FIXED}), often causes @code{mmap} to fail. Better pass NULL in this case. @item On HP-UX, @code{MAP_FIXED} basically never works. On other platforms, it depends