aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-03-20 06:38:19 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-03-20 06:38:19 +0000
commit785e717bc1a838d382c2b08cd381c27fdcf8ad7c (patch)
tree06cadbb01d8c0abdbbf8666412d94d6b059218a5 /man2
parentf4cb7bd37e817f92dce76115d95b8c6a2f0601bf (diff)
downloadman-pages-785e717bc1a838d382c2b08cd381c27fdcf8ad7c.tar.gz
We won't add unshare(2) just yet, so remove SEE ALSO entries for now.
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)