loop.4: Fix section ordering

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 05:20:02 +10:00
parent 53c9ce2def
commit 69f351b0bc
1 changed files with 3 additions and 3 deletions

View File

@ -217,6 +217,9 @@ argument.
On success, the device number is returned as the result of the call. 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 If the device is in use, the call fails with the error
.BR EBUSY . .BR EBUSY .
.SH FILES
.IR /dev/loop* :
the loop block special device files
.SH EXAMPLE .SH EXAMPLE
The program below uses the The program below uses the
.I /dev/loop-control .I /dev/loop-control
@ -285,9 +288,6 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
} }
.fi .fi
.SH FILES
.IR /dev/loop* :
the loop block special device files
.SH "SEE ALSO" .SH "SEE ALSO"
.BR losetup (8), .BR losetup (8),
.BR mount (8) .BR mount (8)