aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-05-03 21:27:01 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-05-03 21:27:01 +0200
commit7be43378e6e21dd0313a4e7ac9491314a03e9e97 (patch)
tree6bd38eaaa7076a297831f266361953c312e54dae
parentba65cc12a861758e64582b4c8feda48b13ecdbfb (diff)
downloadman-pages-7be43378e6e21dd0313a4e7ac9491314a03e9e97.tar.gz
fcntl.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/fcntl.210
1 files changed, 4 insertions, 6 deletions
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index fe750a017b..d7c6ccfb71 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -1456,13 +1456,11 @@ Furthermore, trying to create new shared, writable memory-mappings via
will also fail with
.BR EPERM .
-Setting
-.B F_SEAL_WRITE
-via
-.BR fcntl (2)
-with
+Using the
.B F_ADD_SEALS
-will fail with
+operation to set the
+.B F_SEAL_WRITE
+seal will fail with
.B EBUSY
if any writable, shared mapping exists.
Such mappings must be unmapped before you can add this seal.