From: Akihiro MOTOKI Date: Wed, 7 Jan 2015 09:22:26 +0000 (+0900) Subject: Revert changes in original/ of f55eb7e X-Git-Tag: LDP-3.76-final~15 X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=commitdiff_plain;h=3d8bb9adb4403fa3bf68f5c4f53bb915d7b24eb8 Revert changes in original/ of f55eb7e The changes in original/ were made by mistake. --- diff --git a/original/man2/clone.2 b/original/man2/clone.2 index ec6b1f90..2d4fd1a8 100644 --- a/original/man2/clone.2 +++ b/original/man2/clone.2 @@ -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,8 +1012,7 @@ 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? diff --git a/original/man2/unshare.2 b/original/man2/unshare.2 index 3bc1f9af..9b1d506f 100644 --- a/original/man2/unshare.2 +++ b/original/man2/unshare.2 @@ -311,8 +311,7 @@ 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?