]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
We won't add unshare(2) just yet, so remove SEE ALSO entries for now.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Mar 2006 06:38:19 +0000 (06:38 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Mar 2006 06:38:19 +0000 (06:38 +0000)
man2/clone.2
man2/fork.2
man2/vfork.2

index 6f4ddd58d3503f6de17fa72e351ce333dab75149..94598ed90506cb44b994f684cf06bd30d64ec31d 100644 (file)
@@ -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)
index 37b91b78e78e46a17b4e8f0384f0b1e32fe968bb..55d805a5649b589b6e506aeb2afb547ea123901f 100644 (file)
@@ -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)
index ea8ef87384d97202fcf44d71e7e49d31eb5183ef..1fe43dc7fc1575b08f4538930c17da5365b8848b 100644 (file)
@@ -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)