diff options
| -rw-r--r-- | man2/set_tid_address.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/set_tid_address.2 b/man2/set_tid_address.2 index f4a6d1daf9..c3e272d1d4 100644 --- a/man2/set_tid_address.2 +++ b/man2/set_tid_address.2 @@ -30,11 +30,11 @@ set_tid_address \- set pointer to thread ID .BI "long set_tid_address(int *" tidptr ); .fi .SH DESCRIPTION -The kernel keeps for each process two values called +For each process, the kernel maintains two attributes (addresses) called .I set_child_tid and -.I clear_child_tid -that are NULL by default. +.IR clear_child_tid . +These two attributes contain the value NULL by default. .TP .I set_child_tid If a process is started using |
