From: Bruno Haible Date: Thu, 14 Jul 2022 19:57:16 +0000 (+0200) Subject: doc: Fix typo. X-Git-Tag: v1.0~2236 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5d2d12d7b5aeb023a2e45f5625a07777564caa27;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 f245082aa6..a62139a557 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-12 Paul Eggert parse-datetime: improve doc for TZ="<-07>7" etc. 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