diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-20 06:38:19 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-03-20 06:38:19 +0000 |
| commit | 785e717bc1a838d382c2b08cd381c27fdcf8ad7c (patch) | |
| tree | 06cadbb01d8c0abdbbf8666412d94d6b059218a5 | |
| parent | f4cb7bd37e817f92dce76115d95b8c6a2f0601bf (diff) | |
| download | man-pages-785e717bc1a838d382c2b08cd381c27fdcf8ad7c.tar.gz | |
We won't add unshare(2) just yet, so remove SEE ALSO entries for now.
| -rw-r--r-- | man2/clone.2 | 3 | ||||
| -rw-r--r-- | man2/fork.2 | 3 | ||||
| -rw-r--r-- | man2/vfork.2 | 3 |
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) |
