diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-07-21 05:01:37 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-07-21 05:01:37 +0200 |
| commit | 72442c68036dcbe0a3f508d395d5ef562e5b6336 (patch) | |
| tree | f04b536a851ab921a98cbd37c87d60644ebf5767 | |
| parent | 568c4c02b726a0e0e20eeafa3d05147861d4ceeb (diff) | |
| download | man-pages-72442c68036dcbe0a3f508d395d5ef562e5b6336.tar.gz | |
set_tid_address.2: Some minor rewordings
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -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 |
