aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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