Added SEE ALSO for new unshare.2

This commit is contained in:
Michael Kerrisk 2006-03-05 20:27:43 +00:00
parent ac5d787d2a
commit d63e9a260b
3 changed files with 3 additions and 0 deletions

View File

@ -671,6 +671,7 @@ 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),
.BR wait (2),
.BR capabilities (7),
.BR pthreads (7)

View File

@ -91,6 +91,7 @@ and
.BR clone (2),
.BR execve (2),
.BR setrlimit (2),
.BR unshare (2),
.BR vfork (2),
.BR wait (2),
.BR capabilities (7)

View File

@ -181,4 +181,5 @@ and cannot rely on any specific behaviour w.r.t. shared memory.
.BR clone (2),
.BR execve (2),
.BR fork (2),
.BR unshare (2),
.BR wait (2)