80562a8b32
manpage for fallocate(2) is wrong
26 lines
829 B
Diff
26 lines
829 B
Diff
diff -up man-pages-3.32/man2/fallocate.2.pom man-pages-3.32/man2/fallocate.2
|
|
--- man-pages-3.32/man2/fallocate.2.pom 2010-12-03 08:01:59.000000000 +0100
|
|
+++ man-pages-3.32/man2/fallocate.2 2011-04-22 15:01:39.000000000 +0200
|
|
@@ -114,15 +114,15 @@ referred to by
|
|
.IR fd .
|
|
.TP
|
|
.B ENOSYS
|
|
-The file system containing the file referred to by
|
|
-.I fd
|
|
-does not support this operation.
|
|
+System call is not supported.
|
|
.TP
|
|
.B EOPNOTSUPP
|
|
The
|
|
.I mode
|
|
-is not supported by the file system containing the file referred to by
|
|
-.IR fd .
|
|
+is not supported by kernel or by the file system containing the file
|
|
+referred to by
|
|
+.I fd
|
|
+or the file system does not support fallocate at all.
|
|
.SH VERSIONS
|
|
.BR fallocate ()
|
|
is available on Linux since kernel 2.6.23.
|
|
diff -up man-pages-3.32/man5/host.conf.5.pom man-pages-3.32/man5/host.conf.5
|