proc.5: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-07 10:24:08 +02:00
parent a77efd582f
commit 3ed7270ea2
1 changed files with 3 additions and 2 deletions

View File

@ -1552,8 +1552,9 @@ sh2# \fBls /usr | wc \-l\fP # /usr in initial NS
.fi
.\" The following was still true as at kernel 2.6.13
In a multithreaded process, the contents of this symbolic link
are not available if the main thread has already terminated
In a multithreaded process, the contents of the
.I /proc/[pid]/root
symbolic link are not available if the main thread has already terminated
(typically by calling
.BR pthread_exit (3)).