ioctl_getfsmap.2: ERRORS: order alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-05-28 15:47:00 +02:00
parent 47692d77fb
commit f17fab191b
1 changed files with 12 additions and 12 deletions

View File

@ -332,30 +332,30 @@ The error placed in
.I errno
can be one of, but is not limited to, the following:
.TP
.B EBADF
.IR fd
is not open for reading.
.TP
.B EBADMSG
The filesystem has detected a checksum error in the metadata.
.TP
.B EFAULT
The pointer passed in was not mapped to a valid memory address.
.TP
.B EINVAL
The array is not long enough, the keys do not point to a valid part of
the filesystem, the low key points to a higher point in the filesystem's
physical storage address space than the high key, or a non-zero value
was passed in one of the fields that must be zero.
.TP
.B EFAULT
The pointer passed in was not mapped to a valid memory address.
.TP
.B EBADF
.IR fd
is not open for reading.
.B ENOMEM
Insufficient memory to process the request.
.TP
.B EOPNOTSUPP
The filesystem does not support this command.
.TP
.B EUCLEAN
The filesystem metadata is corrupt and needs repair.
.TP
.B EBADMSG
The filesystem has detected a checksum error in the metadata.
.TP
.B ENOMEM
Insufficient memory to process the request.
.SH VERSIONS
The
.B FS_IOC_GETFSMAP