statx.2: Minor fix: ERRORS in alphabetical order

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-23 13:29:00 +02:00
parent 790314d7ea
commit 1b206bd82f
1 changed files with 4 additions and 4 deletions

View File

@ -445,10 +445,6 @@ On error, \-1 is returned, and
is set appropriately.
.SH ERRORS
.TP
.B EINVAL
Invalid flag specified in
.IR flags .
.TP
.B EACCES
Search permission is denied for one of the directories
in the path prefix of
@ -463,6 +459,10 @@ is not a valid open file descriptor.
.B EFAULT
Bad address.
.TP
.B EINVAL
Invalid flag specified in
.IR flags .
.TP
.B ELOOP
Too many symbolic links encountered while traversing the pathname.
.TP