aboutsummaryrefslogtreecommitdiffstats
path: root/man2/fdatasync.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/fdatasync.2')
-rw-r--r--man2/fdatasync.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/fdatasync.2 b/man2/fdatasync.2
index 05837531dc..4de7fac831 100644
--- a/man2/fdatasync.2
+++ b/man2/fdatasync.2
@@ -74,6 +74,8 @@ An error occurred during synchronization.
.BR EROFS ", " EINVAL
.I fd
is bound to a special file which does not support synchronization.
+.SH "CONFORMING TO"
+POSIX.1-2001.
.SH AVAILABILITY
On POSIX systems on which
.BR fdatasync ()
@@ -85,8 +87,6 @@ i defined in <unistd.h> to a value greater than 0.
.\" POSIX.1-2001: It shall be defined to -1 or 0 or 200112L.
.\" -1: unavailable, 0: ask using sysconf().
.\" glibc defines them to 1.
-.SH "CONFORMING TO"
-POSIX.1-2001.
.SH BUGS
.\" FIXME The following is no longer true
Currently (Linux 2.2)