From 568c4c02b726a0e0e20eeafa3d05147861d4ceeb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 21 Jul 2012 04:55:31 +0200 Subject: [PATCH] set_tid_address.2: ffix Signed-off-by: Michael Kerrisk --- man2/set_tid_address.2 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man2/set_tid_address.2 b/man2/set_tid_address.2 index 08a1ed7df..f4a6d1daf 100644 --- a/man2/set_tid_address.2 +++ b/man2/set_tid_address.2 @@ -35,7 +35,8 @@ The kernel keeps for each process two values called and .I clear_child_tid that are NULL by default. -.SS set_child_tid +.TP +.I set_child_tid If a process is started using .BR clone (2) with the @@ -45,12 +46,13 @@ flag, is set to the value passed in the .I ctid argument of that system call. -.LP +.IP When .I set_child_tid is set, the very first thing the new process does is writing its PID at this address. -.SS clear_child_tid +.TP +.I clear_child_tid If a process is started using .BR clone (2) with the