prctl.2: Add reference to proc(5) for /proc/self/task/[tid]/comm

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-06-09 12:38:45 +02:00
parent b65e24c34a
commit c3a523e07d
1 changed files with 3 additions and 1 deletions

View File

@ -881,7 +881,9 @@ This is the same attribute that can be set via
and retrieved using
.BR pthread_getname_np (3).
The attribute is likewise accessible via
.IR /proc/self/task/[tid]/comm ,
.IR /proc/self/task/[tid]/comm
(see
.BR proc (5)),
where
.I [tid]
is the thread ID of the calling thread, as returned by