OSDN Git Service

LDP: Update original to LDP v3.78-git-80a7408
[linuxjm/LDP_man-pages.git] / original / man2 / fallocate.2
index b9e74fb..290e12b 100644 (file)
@@ -335,7 +335,8 @@ The file referred to by
 .I fd
 is marked immutable (see
 .BR chattr (1)).
-Or:
+.TP
+.B EPERM
 .I mode
 specifies
 .BR FALLOC_FL_PUNCH_HOLE
@@ -348,6 +349,10 @@ is marked append-only
 (see
 .BR chattr (1)).
 .TP
+.B EPERM
+The operation was prevented by a file seal; see
+.BR fcntl (2).
+.TP
 .B ESPIPE
 .I fd
 refers to a pipe or FIFO.
@@ -375,12 +380,3 @@ is Linux-specific.
 .BR ftruncate (2),
 .BR posix_fadvise (3),
 .BR posix_fallocate (3)
-.SH COLOPHON
-This page is part of release 3.77 of the Linux
-.I man-pages
-project.
-A description of the project,
-information about reporting bugs,
-and the latest version of this page,
-can be found at
-\%http://www.kernel.org/doc/man\-pages/.