fcntl.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-05-03 21:27:01 +02:00
parent ba65cc12a8
commit 7be43378e6
1 changed files with 4 additions and 6 deletions

View File

@ -1456,13 +1456,11 @@ Furthermore, trying to create new shared, writable memory-mappings via
will also fail with will also fail with
.BR EPERM . .BR EPERM .
Setting Using the
.B F_SEAL_WRITE
via
.BR fcntl (2)
with
.B F_ADD_SEALS .B F_ADD_SEALS
will fail with operation to set the
.B F_SEAL_WRITE
seal will fail with
.B EBUSY .B EBUSY
if any writable, shared mapping exists. if any writable, shared mapping exists.
Such mappings must be unmapped before you can add this seal. Such mappings must be unmapped before you can add this seal.