diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/clone.2 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/man2/clone.2 b/man2/clone.2 index e99b69b1e1..ceea50281f 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -446,9 +446,12 @@ no privileges are needed to create a user namespace. .BR CLONE_NEWUSER cannot be specified in conjunction with -.BR CLONE_NEWPID -or -.BR CLONE_PARENT . +various other +.BR CLONE_* +flags. +For further details, see +.BR user_namespaces (7), +and ERRORS below. .TP .BR CLONE_NEWUTS " (since Linux 2.6.19)" If @@ -887,6 +890,7 @@ was not. .\" (Since Linux 2.6.0-test6.) .TP .B EINVAL +.\" commit e66eded8309ebf679d3d3c1f5820d1f2ca332c71 Both .B CLONE_FS and @@ -894,6 +898,14 @@ and were specified in .IR flags . .TP +.BR EINVAL " (since Linux 3.9)" +Both +.B CLONE_NEWUSER +and +.B CLONE_FS +were specified in +.IR flags . +.TP .B EINVAL Both .B CLONE_NEWIPC |
