From d9e64b422f7ca78077a0b28cf07e902541be77f5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 7 Aug 2016 05:52:45 +1000 Subject: [PATCH] fsync.2: SEE ALSO: add pwritev(2) Since Linux 4.7, pwritev() has flags related to I/O integrity completion. Signed-off-by: Michael Kerrisk --- man2/fsync.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/fsync.2 b/man2/fsync.2 index 9055a08a4..a354aafb8 100644 --- a/man2/fsync.2 +++ b/man2/fsync.2 @@ -165,6 +165,7 @@ to guarantee safe operation. .BR sync (1), .BR bdflush (2), .BR open (2), +.BR pwritev (2), .BR sync (2), .BR sync_file_range (2), .BR hdparm (8),