ioctl_getfsmap.2: Fix ordering of sections

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-05-28 15:39:43 +02:00
parent 194721a4cf
commit 427245197d
1 changed files with 3 additions and 3 deletions

View File

@ -356,14 +356,14 @@ The filesystem has detected a checksum error in the metadata.
.TP
.B ENOMEM
Insufficient memory to process the request.
.SH CONFORMING TO
This API is Linux-specific.
Not all filesystems support it.
.SH EXAMPLE
See
.I io/fsmap.c
in the
.I xfsprogs
distribution for a sample program.
.SH CONFORMING TO
This API is Linux-specific.
Not all filesystems support it.
.SH SEE ALSO
.BR ioctl (2)