From 6717ee86944e4e89f6058e665bf4251d4aa63cff Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 03:28:02 +1000 Subject: [PATCH] clone.2: Order ERRORS alphabetically Signed-off-by: Michael Kerrisk --- man2/clone.2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man2/clone.2 b/man2/clone.2 index 802df5f68..1b3fafe01 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -1033,6 +1033,11 @@ and the caller is in a chroot environment (i.e., the caller's root directory does not match the root directory of the mount namespace in which it resides). .TP +.BR ERESTARTNOINTR " (since Linux 2.6.17)" +.\" commit 4a2c7a7837da1b91468e50426066d988050e4d56 +System call was interrupted by a signal and will be restarted. +(This can be seen only during a trace.) +.TP .BR EUSERS " (since Linux 3.11)" .B CLONE_NEWUSER was specified in @@ -1041,11 +1046,6 @@ and the call would cause the limit on the number of nested user namespaces to be exceeded. See .BR user_namespaces (7). -.TP -.BR ERESTARTNOINTR " (since Linux 2.6.17)" -.\" commit 4a2c7a7837da1b91468e50426066d988050e4d56 -System call was interrupted by a signal and will be restarted. -(This can be seen only during a trace.) .SH VERSIONS There is no entry for .BR clone ()