summaryrefslogtreecommitdiffstats
path: root/man5/proc_pid_task.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc_pid_task.5')
-rw-r--r--man5/proc_pid_task.510
1 files changed, 5 insertions, 5 deletions
diff --git a/man5/proc_pid_task.5 b/man5/proc_pid_task.5
index 808191775..f5aedd199 100644
--- a/man5/proc_pid_task.5
+++ b/man5/proc_pid_task.5
@@ -16,7 +16,7 @@ for each thread in the process.
The name of each subdirectory is the numerical thread ID
.RI ( tid )
of the thread (see
-.BR gettid (2)).
+.MR gettid 2 ).
.IP
Within each of these subdirectories, there is a set of
files with the same names and contents as under the
@@ -51,7 +51,7 @@ In a multithreaded process, the contents of the
.IR /proc/ pid /task
directory are not available if the main thread has already terminated
(typically by calling
-.BR pthread_exit (3)).
+.MR pthread_exit 3 ).
.TP
.IR /proc/ tid /
There is a numerical subdirectory for each running thread
@@ -72,11 +72,11 @@ subdirectories are
visible when iterating through
.I /proc
with
-.BR getdents (2)
+.MR getdents 2
(and thus are
.I not
visible when one uses
-.BR ls (1)
+.MR ls 1
to view the contents of
.IR /proc ).
However, the pathnames of these directories are visible to
@@ -94,4 +94,4 @@ directory named by the process thread ID
.RI ( tid )
of the same thread.
.SH SEE ALSO
-.BR proc (5)
+.MR proc 5