clone.2: Note that CLONE_STOPPED was removed in 2.6.38

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-08 23:30:00 +02:00
parent 0048657dcc
commit a60450a926
1 changed files with 7 additions and 4 deletions

View File

@ -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)"