Remove mentions of CLONE_PID and CLONE_STOPPED
CLONE_PID was removed in Linux 2.5.15 and recycled for CLONE_PIDFD since Linux 5.2. CLONE_STOPPED was removed in Linux 2.6.38 and recycled for CLONE_NEWCGROUP since Linux 4.6.
This commit is contained in:
parent
0e491f3f32
commit
ba111eb8df
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: clone.2,v 1.13 2012/01/29 11:44:54 wiz Exp $
|
||||
.\" $NetBSD: clone.2,v 1.14 2020/05/12 11:39:08 kamil Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -27,7 +27,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd May 4, 2010
|
||||
.Dd May 12, 2020
|
||||
.Dt CLONE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -189,14 +189,10 @@ that are present in the Linux implementation:
|
|||
.It
|
||||
.Dv CLONE_PARENT_SETTID
|
||||
.It
|
||||
.Dv CLONE_PID
|
||||
.It
|
||||
.Dv CLONE_PTRACE
|
||||
.It
|
||||
.Dv CLONE_SETTLS
|
||||
.It
|
||||
.Dv CLONE_STOPPED
|
||||
.It
|
||||
.Dv CLONE_SYSVSEM
|
||||
.It
|
||||
.Dv CLONE_THREAD
|
||||
|
|
Loading…
Reference in New Issue