Module Name:    src
Committed By:   kamil
Date:           Tue May 12 11:39:09 UTC 2020

Modified Files:
        src/lib/libc/sys: clone.2

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/sys/clone.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/clone.2
diff -u src/lib/libc/sys/clone.2:1.13 src/lib/libc/sys/clone.2:1.14
--- src/lib/libc/sys/clone.2:1.13	Sun Jan 29 11:44:54 2012
+++ src/lib/libc/sys/clone.2	Tue May 12 11:39:08 2020
@@ -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 implementa
 .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

Reply via email to