aboutsummaryrefslogtreecommitdiffstats
path: root/man2/write.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-01-19 09:16:41 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-01-19 10:35:33 +0100
commitfbab10e5d60196cb3331d960f9e42d3b91bb3da9 (patch)
tree2a5627bb1da0d64ac32f5a5128516ef79113248e /man2/write.2
parent468326627a4be376a9c9ee637158acce94affdd5 (diff)
downloadman-pages-fbab10e5d60196cb3331d960f9e42d3b91bb3da9.tar.gz
fallocate.2, mmap.2, open.2, truncate.2, write.2: ERRORS: add EPERM for operation denied by file seal
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/write.2')
-rw-r--r--man2/write.24
1 files changed, 4 insertions, 0 deletions
diff --git a/man2/write.2 b/man2/write.2
index 6b8a5b8c80..4882217b76 100644
--- a/man2/write.2
+++ b/man2/write.2
@@ -171,6 +171,10 @@ The device containing the file referred to by
.I fd
has no room for the data.
.TP
+.B EPERM
+The operation was prevented by a file seal; see
+.BR fcntl (2).
+.TP
.B EPIPE
.I fd
is connected to a pipe or socket whose reading end is closed.