aboutsummaryrefslogtreecommitdiffstats
path: root/man2/fork.2
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/fork.2
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/fork.2')
-rw-r--r--man2/fork.23
1 files changed, 2 insertions, 1 deletions
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)