We won't add unshare(2) just yet, so remove SEE ALSO entries for now.

This commit is contained in:
Michael Kerrisk 2006-03-20 06:38:19 +00:00
parent f4cb7bd37e
commit 785e717bc1
3 changed files with 6 additions and 3 deletions

View 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)

View 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)

View 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)