aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/memfd_create.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/memfd_create.2 b/man2/memfd_create.2
index 1ab8495dc6..d3c9a3ae05 100644
--- a/man2/memfd_create.2
+++ b/man2/memfd_create.2
@@ -283,13 +283,13 @@ then it will be necessary to first unmap the shared writable mapping
created in the previous step.
Otherwise, behavior similar to
.BR F_SEAL_WRITE
-can be achieved, by using
-.BR F_SEAL_FUTURE_WRITE
+can be achieved by using
+.BR F_SEAL_FUTURE_WRITE ,
which will prevent future writes via
.BR mmap (2)
and
.BR write (2)
-from succeeding, while keeping existing shared writable mappings).
+from succeeding while keeping existing shared writable mappings).
.IP 4.
A second process obtains a file descriptor for the
.BR tmpfs (5)