From ac6cfaca07d24bb7eb2b37482f4c1bf0928be61d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 04:14:50 +1000 Subject: [PATCH] sync.2: Fix order of SEE ALSO entries Signed-off-by: Michael Kerrisk --- man2/fsync.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/fsync.2 b/man2/fsync.2 index 655b09a30..9055a08a4 100644 --- a/man2/fsync.2 +++ b/man2/fsync.2 @@ -162,10 +162,10 @@ or .BR sdparm (8) to guarantee safe operation. .SH SEE ALSO +.BR sync (1), .BR bdflush (2), .BR open (2), .BR sync (2), .BR sync_file_range (2), .BR hdparm (8), -.BR mount (8), -.BR sync (1) +.BR mount (8)