From 69f351b0bc3c767e0e7043a8deb974a8f4d86bc4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 05:20:02 +1000 Subject: [PATCH] loop.4: Fix section ordering Signed-off-by: Michael Kerrisk --- man4/loop.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man4/loop.4 b/man4/loop.4 index 1c2873932..b2f0fb58f 100644 --- a/man4/loop.4 +++ b/man4/loop.4 @@ -217,6 +217,9 @@ argument. On success, the device number is returned as the result of the call. If the device is in use, the call fails with the error .BR EBUSY . +.SH FILES +.IR /dev/loop* : +the loop block special device files .SH EXAMPLE The program below uses the .I /dev/loop-control @@ -285,9 +288,6 @@ main(int argc, char *argv[]) exit(EXIT_SUCCESS); } .fi -.SH FILES -.IR /dev/loop* : -the loop block special device files .SH "SEE ALSO" .BR losetup (8), .BR mount (8)