From a60450a926332d304f1d7a39e73aef54ddb2d043 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 8 Sep 2011 23:30:00 +0200 Subject: [PATCH] clone.2: Note that CLONE_STOPPED was removed in 2.6.38 Signed-off-by: Michael Kerrisk --- man2/clone.2 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/man2/clone.2 b/man2/clone.2 index 4085179de..64ff4bf69 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -42,7 +42,7 @@ .\" FIXME . 2.6.25 marks the unused CLONE_STOPPED as obsolete, and it will .\" probably be removed in the future. .\" -.TH CLONE 2 2010-11-01 "Linux" "Linux Programmer's Manual" +.TH CLONE 2 2011-09-08 "Linux" "Linux Programmer's Manual" .SH NAME clone, __clone2 \- create a child process .SH SYNOPSIS @@ -574,9 +574,12 @@ signal), and must be resumed by sending it a .B SIGCONT signal. -.I "From Linux 2.6.25 this flag is deprecated." -You probably never wanted to use it, -you certainly shouldn't be using it, and soon it will go away. +This flag was +.I deprecated +from Linux 2.6.25 onward, +and was +.I removed +altogether in Linux 2.6.38. .\" glibc 2.8 removed this defn from bits/sched.h .TP .BR CLONE_SYSVSEM " (since Linux 2.5.10)"