]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fcntl.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 3 May 2016 19:27:01 +0000 (21:27 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 3 May 2016 19:27:01 +0000 (21:27 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/fcntl.2

index fe750a017bc0038db4095d6afecec7e06ef589b6..d7c6ccfb71370fe7d1f496f308a150ee7385afcf 100644 (file)
@@ -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.