From d07d4ef308fc33475eed16229f4904c9db64321a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 03:28:43 +1000 Subject: [PATCH] futex.2: Order ERRORS alphabetically Signed-off-by: Michael Kerrisk --- man2/futex.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/futex.2 b/man2/futex.2 index 5463c7ad7..274c6b941 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -1610,16 +1610,16 @@ argument is not 1. .B EINVAL Invalid argument. .TP +.B ENFILE +.RB ( FUTEX_FD ) +The system-wide limit on the total number of open files has been reached. +.TP .BR ENOMEM .RB ( FUTEX_LOCK_PI , .BR FUTEX_TRYLOCK_PI , .BR FUTEX_CMP_REQUEUE_PI ) The kernel could not allocate memory to hold state information. .TP -.B ENFILE -.RB ( FUTEX_FD ) -The system-wide limit on the total number of open files has been reached. -.TP .B ENOSYS Invalid operation specified in .IR futex_op .