clone.2: Order ERRORS alphabetically

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-08 03:28:02 +10:00
parent 228234e4c9
commit 6717ee8694
1 changed files with 5 additions and 5 deletions

View File

@ -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 (i.e., the caller's root directory does not match the root directory
of the mount namespace in which it resides). of the mount namespace in which it resides).
.TP .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)" .BR EUSERS " (since Linux 3.11)"
.B CLONE_NEWUSER .B CLONE_NEWUSER
was specified in was specified in
@ -1041,11 +1046,6 @@ and the call would cause the limit on the number of
nested user namespaces to be exceeded. nested user namespaces to be exceeded.
See See
.BR user_namespaces (7). .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 .SH VERSIONS
There is no entry for There is no entry for
.BR clone () .BR clone ()