From 3eb1b02b420ba53a30eb9e5e01d2b18512e8b067 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 14 Jul 2022 21:57:16 +0200 Subject: [PATCH] doc: Fix typo. Reported by Eric Gallager in . * doc/posix-functions/mmap.texi: Add parenthesis. --- ChangeLog | 7 +++++++ doc/posix-functions/mmap.texi | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.39.5