From 663e3be88a3de10e2fea0baf4f4280ef809f22cb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 18 Feb 2013 18:28:05 +0100 Subject: [PATCH] clone.2: ffix Signed-off-by: Michael Kerrisk --- man2/clone.2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/man2/clone.2 b/man2/clone.2 index 0b97423b8..928c21614 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -354,7 +354,6 @@ Only a privileged process .RB ( CAP_SYS_ADMIN ) can employ .BR CLONE_NEWNET . - .TP .BR CLONE_NEWNS " (since Linux 2.4.19)" If @@ -380,7 +379,6 @@ and in the same .BR clone () call. - .TP .BR CLONE_NEWPID " (since Linux 2.6.24)" .\" This explanation draws a lot of details from @@ -408,7 +406,6 @@ can employ .BR CLONE_NEWPID . This flag can't be specified in conjunction with .BR CLONE_THREAD . - .TP .BR CLONE_NEWUSER (This flag first became meaningful for @@ -440,7 +437,6 @@ and .\" Before Linux 2.6.29, it appears that only CAP_SYS_ADMIN was needed Starting with Linux 3.8, no privileges are needed to create a user namespace. - .TP .BR CLONE_NEWUTS " (since Linux 2.6.19)" If -- 2.11.4.GIT