From a87041ac8f881115028e4b772a5e2966ee048dab Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 04:04:54 +1000 Subject: [PATCH] bdflush.2: Fix order of SEE ALSO entries Signed-off-by: Michael Kerrisk --- man2/bdflush.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/bdflush.2 b/man2/bdflush.2 index e66a7cf71..8d19ada1b 100644 --- a/man2/bdflush.2 +++ b/man2/bdflush.2 @@ -119,6 +119,6 @@ Since version 2.23, glibc no longer supports this obsolete system call. is Linux-specific and should not be used in programs intended to be portable. .SH SEE ALSO +.BR sync (1), .BR fsync (2), -.BR sync (2), -.BR sync (1) +.BR sync (2)