]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Fix typo.
authorBruno Haible <bruno@clisp.org>
Thu, 14 Jul 2022 19:57:16 +0000 (21:57 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Sep 2022 12:06:05 +0000 (14:06 +0200)
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.

ChangeLog
doc/posix-functions/mmap.texi

index 65b7ffc35539f256d3ab0688b460c05f288f1092..1daf0d06e7944dae18630ed0609145c5878e99b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 0d7a28c998a43527a407019fd37f06d440fe7d08..016d0d279e085308149d65c1b206dc457da85349 100644 (file)
@@ -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