From: Michael Kerrisk Date: Thu, 6 Jul 2006 09:34:33 +0000 (+0000) Subject: Added SEE ALSO referring to sync_file_range.2. X-Git-Tag: man-pages-2.36~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb8617d480d52808e6bd277a138bac892674c10e;p=thirdparty%2Fman-pages.git Added SEE ALSO referring to sync_file_range.2. --- diff --git a/man2/fdatasync.2 b/man2/fdatasync.2 index 3a8ff31e2b..5e6ce36f14 100644 --- a/man2/fdatasync.2 +++ b/man2/fdatasync.2 @@ -89,5 +89,6 @@ is defined in to a value greater than 0. (See also POSIX.1b (formerly POSIX.4) .SH "SEE ALSO" .BR fsync (2) +.BR sync_file_range (2), .br B.O. Gallmeister, POSIX.4, O'Reilly, pp. 220-223 and 343. diff --git a/man2/fsync.2 b/man2/fsync.2 index bf80680cf3..0ea2ed2710 100644 --- a/man2/fsync.2 +++ b/man2/fsync.2 @@ -133,6 +133,7 @@ POSIX.1b .BR bdflush (2), .BR open (2), .BR sync (2), +.BR sync_file_range (2), .BR hdparm (8), .BR mount (8), .BR sync (8),