OSDN Git Service

(split) LDP_man-pages: update original to v3.34.
[linuxjm/LDP_man-pages.git] / original / man2 / clone.2
index 4085179..609265d 100644 (file)
 .\"
 .\" FIXME Document CLONE_NEWUSER, which is new in 2.6.23
 .\"       (also supported for unshare()?)
-.\" 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 +572,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)"