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 cb50383963..d6521a3bbd 100644
--- a/man2/fdatasync.2
+++ b/man2/fdatasync.2
@@ -81,7 +81,7 @@ On POSIX systems on which
.BR fdatasync ()
is available,
.B _POSIX_SYNCHRONIZED_IO
-is defined in
+is defined in
.I <unistd.h>
to a value greater than 0.
(See also
@@ -90,7 +90,7 @@ to a value greater than 0.
.\" -1: unavailable, 0: ask using sysconf().
.\" glibc defines them to 1.
.SH NOTES
-In Linux 2.2 and earlier,
+In Linux 2.2 and earlier,
.BR fdatasync ()
is equivalent to
.BR fsync (2),