aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-10-13 16:53:32 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-10-13 16:53:32 +0200
commitca8b1e32a9871cd1bd0d12d006daa2478b3f02de (patch)
tree061fbe8ef800d2a7c3c892bf84b2bc96fc309b20
parentb5da2f9178b9406bf03497aa645a15804a45a547 (diff)
downloadman-pages-ca8b1e32a9871cd1bd0d12d006daa2478b3f02de.tar.gz
clone.2: Minor wording fix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/clone.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 6d2625e7a7..d465c67cfa 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -1122,7 +1122,7 @@ system call can be used to test whether two processes share various
resources such as a file descriptor table,
System V semaphore undo operations, or a virtual address space.
-In the kernel 2.4.x series,
+In the Linux 2.4.x series,
.B CLONE_THREAD
generally does not make the parent of the new thread the same
as the parent of the calling process.
@@ -1130,7 +1130,7 @@ However, for kernel versions 2.4.7 to 2.4.18 the
.B CLONE_THREAD
flag implied the
.B CLONE_PARENT
-flag (as in kernel 2.6).
+flag (as in Linux 2.6.0 and later).
For a while there was
.B CLONE_DETACHED