summaryrefslogtreecommitdiffstats
path: root/man2/set_tid_address.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/set_tid_address.2')
-rw-r--r--man2/set_tid_address.212
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/set_tid_address.2 b/man2/set_tid_address.2
index c60144913..77f9cce18 100644
--- a/man2/set_tid_address.2
+++ b/man2/set_tid_address.2
@@ -20,7 +20,7 @@ Standard C library
glibc provides no wrapper for
.BR set_tid_address (),
necessitating the use of
-.BR syscall (2).
+.MR syscall 2 .
.SH DESCRIPTION
For each thread, the kernel maintains two attributes (addresses) called
.I set_child_tid
@@ -30,7 +30,7 @@ These two attributes contain the value NULL by default.
.TP
.I set_child_tid
If a thread is started using
-.BR clone (2)
+.MR clone 2
with the
.B CLONE_CHILD_SETTID
flag,
@@ -46,7 +46,7 @@ is to write its thread ID at this address.
.TP
.I clear_child_tid
If a thread is started using
-.BR clone (2)
+.MR clone 2
with the
.B CLONE_CHILD_CLEARTID
flag,
@@ -92,6 +92,6 @@ Linux 2.5.48.
.P
Details as given here are valid since Linux 2.5.49.
.SH SEE ALSO
-.BR clone (2),
-.BR futex (2),
-.BR gettid (2)
+.MR clone 2 ,
+.MR futex 2 ,
+.MR gettid 2