From 1b206bd82f08e0f699b98f27ff295a78203c8ca2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 23 Apr 2017 13:29:00 +0200 Subject: [PATCH] statx.2: Minor fix: ERRORS in alphabetical order Signed-off-by: Michael Kerrisk --- man2/statx.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/statx.2 b/man2/statx.2 index 5e8f9eca8..48304b971 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -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