aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:20:02 +1000
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:54:15 +1000
commit69f351b0bc3c767e0e7043a8deb974a8f4d86bc4 (patch)
treee56bbc89ffe5330a6343f7f8394b9ce213ec52c4
parent53c9ce2def343294b51022ae2a07dfa2e178acff (diff)
downloadman-pages-69f351b0bc3c767e0e7043a8deb974a8f4d86bc4.tar.gz
loop.4: Fix section ordering
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-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)