Reported by Eric Gallager <egall@gwmail.gwu.edu> in
<https://lists.gnu.org/archive/html/bug-gnulib/2022-07/msg00045.html>.
* doc/posix-functions/mmap.texi: Add parenthesis.
+2022-07-14 Bruno Haible <bruno@clisp.org>
+
+ doc: Fix typo.
+ Reported by Eric Gallager <egall@gwmail.gwu.edu> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2022-07/msg00045.html>.
+ * doc/posix-functions/mmap.texi: Add parenthesis.
+
2022-07-10 Bruno Haible <bruno@clisp.org>
sigsegv: Optimize stackvma implementation for AIX 7.
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