summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-14 21:57:16 +0200
committerBruno Haible <bruno@clisp.org>2022-07-14 21:57:16 +0200
commit5d2d12d7b5aeb023a2e45f5625a07777564caa27 (patch)
treeb882bfab16a68494300c1b0147bcacaece44e417 /doc/posix-functions
parent5336cb27ab42f27b8b8ac31982e8215fe5af6f34 (diff)
downloadgnulib-5d2d12d7b5aeb023a2e45f5625a07777564caa27.tar.gz
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.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/mmap.texi2
1 files changed, 1 insertions, 1 deletions
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