diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man2/fdatasync.2 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man2/fdatasync.2')
| -rw-r--r-- | man2/fdatasync.2 | 4 |
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) |
