From f28710c6a0b6b8c023a120c60c12c3b8619b92be Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 10 Jun 2014 22:21:42 +0200 Subject: [PATCH] statfs.2: Move Cyril Hrubis's "statfs() broken for pipe FDs" patch to BUGS Signed-off-by: Michael Kerrisk --- man2/statfs.2 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/man2/statfs.2 b/man2/statfs.2 index 80744aa45..174a002f4 100644 --- a/man2/statfs.2 +++ b/man2/statfs.2 @@ -249,15 +249,6 @@ Some systems only have \fI\fP, other systems also have So it seems including the former is the best choice. -Between Linux 2.6.38 and Linux 3.2, -.\" broken in commit ff0c7d15f9787b7e8c601533c015295cc68329f8 -.\" fixed in commit d70ef97baf048412c395bb5d65791d8fe133a52b -.BR fstatfs () -failed with the error -.B ENOSYS -for file descriptors created by -.BR pipe (2). - LSB has deprecated the library calls .BR statfs () and @@ -311,6 +302,15 @@ Under some operating systems the can be used as second argument to the .BR sysfs (2) system call. +.SH BUGS +Between Linux 2.6.38 and Linux 3.2, +.\" broken in commit ff0c7d15f9787b7e8c601533c015295cc68329f8 +.\" fixed in commit d70ef97baf048412c395bb5d65791d8fe133a52b +.BR fstatfs () +failed with the error +.B ENOSYS +for file descriptors created by +.BR pipe (2). .SH SEE ALSO .BR stat (2), .BR statvfs (2),