aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 03:28:02 +1000
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-08-08 05:54:13 +1000
commit6717ee86944e4e89f6058e665bf4251d4aa63cff (patch)
tree5ef20a053b9427328bf7e22bbc9ba58819b9561f
parent228234e4c9b0cf17f354dec38570a56571a16852 (diff)
downloadman-pages-6717ee86944e4e89f6058e665bf4251d4aa63cff.tar.gz
clone.2: Order ERRORS alphabetically
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/clone.210
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 802df5f685..1b3fafe010 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 ()