]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
prctl.2: Add reference to proc(5) for /proc/self/task/[tid]/comm
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 9 Jun 2020 10:38:45 +0000 (12:38 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 9 Jun 2020 10:39:17 +0000 (12:39 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/prctl.2

index 6bc0e0001735b782659d40d910981b3bcb551488..4f46c0bd4a6d188aa118a1cd214ce88d6e882bdf 100644 (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