aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/clone.23
-rw-r--r--man2/fork.23
-rw-r--r--man2/vfork.23
3 files changed, 6 insertions, 3 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 6f4ddd58d3..94598ed905 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -674,7 +674,8 @@ To get the truth, it may be necessary to use code such as the following
.BR set_thread_area (2),
.BR set_tid_address (2),
.BR tkill (2),
-.BR unshare (2),
+.\" FIXME . eventually add this:
+.\" .BR unshare (2),
.BR wait (2),
.BR capabilities (7),
.BR pthreads (7)
diff --git a/man2/fork.2 b/man2/fork.2
index 37b91b78e7..55d805a564 100644
--- a/man2/fork.2
+++ b/man2/fork.2
@@ -91,7 +91,8 @@ and
.BR clone (2),
.BR execve (2),
.BR setrlimit (2),
-.BR unshare (2),
+.\" FIXME . eventually add this:
+.\" .BR unshare (2),
.BR vfork (2),
.BR wait (2),
.BR capabilities (7)
diff --git a/man2/vfork.2 b/man2/vfork.2
index ea8ef87384..1fe43dc7fc 100644
--- a/man2/vfork.2
+++ b/man2/vfork.2
@@ -181,5 +181,6 @@ and cannot rely on any specific behaviour w.r.t. shared memory.
.BR clone (2),
.BR execve (2),
.BR fork (2),
-.BR unshare (2),
+.\" FIXME . eventually add this:
+.\" .BR unshare (2),
.BR wait (2)