aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man4/loop.46
1 files changed, 3 insertions, 3 deletions
diff --git a/man4/loop.4 b/man4/loop.4
index 1c2873932b..b2f0fb58f2 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)