clone.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Akihiro Motoki 2015-01-16 02:20:53 +09:00 committed by Michael Kerrisk
parent b5606b276f
commit 11a388158f
1 changed files with 3 additions and 2 deletions

View File

@ -417,7 +417,7 @@ or
.BR clone ()
in Linux 2.6.23,
the current
.BR clone()
.BR clone ()
semantics were merged in Linux 3.5,
and the final pieces to make the user namespaces completely usable were
merged in Linux 3.8.)
@ -1012,7 +1012,8 @@ does not have a mapping in the parent namespace (see
.TP
.BR EPERM " (since Linux 3.9)"
.\" commit 3151527ee007b73a0ebd296010f1c0454a919c7d
.B CLONE_NEWUSER was specified in
.B CLONE_NEWUSER
was specified in
.I flags
and the caller is in a chroot environment
.\" FIXME What is the rationale for this restriction?