]> 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>
Wed, 31 Aug 2022 23:19:30 +0000 (01:19 +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 12abc601b05499710281c61adf112fdd718473f5..8a9d2f43d9081dea9ae28ef29b16c06d585aede0 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