summaryrefslogtreecommitdiff
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-07-20 17:15:43 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-07-20 17:17:06 +0200
commitf5fe595295cbab0ae42673422512bf4420ef2187 (patch)
tree8a65680e43edc48c0705a8a5eff32bbbd747effe /man2
parent5add3af3d85c9a940c9c7ebec3fbae8952b0c9e1 (diff)
set_tid_address.2: Rename 'ctid' argument for consistency with clone(2) page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r--man2/set_tid_address.214
1 files changed, 7 insertions, 7 deletions
diff --git a/man2/set_tid_address.2 b/man2/set_tid_address.2
index 133502c0..08a1ed7d 100644
--- a/man2/set_tid_address.2
+++ b/man2/set_tid_address.2
@@ -20,7 +20,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH SET_TID_ADDRESS 2 2004-09-10 "Linux" "Linux Programmer's Manual"
+.TH SET_TID_ADDRESS 2 2012-07-19 "Linux" "Linux Programmer's Manual"
.SH NAME
set_tid_address \- set pointer to thread ID
.SH SYNOPSIS
@@ -42,9 +42,9 @@ with the
.B CLONE_CHILD_SETTID
flag,
.I set_child_tid
-is set to
-.IR child_tidptr ,
-the fifth argument of that system call.
+is set to the value passed in the
+.I ctid
+argument of that system call.
.LP
When
.I set_child_tid
@@ -57,9 +57,9 @@ with the
.B CLONE_CHILD_CLEARTID
flag,
.I clear_child_tid
-is set to
-.IR child_tidptr ,
-the fifth argument of that system call.
+is set to the value passed in the
+.I ctid
+argument of that system call.
.LP
The system call
.BR set_tid_address ()