set_tid_address.2: Rename 'ctid' argument for consistency with clone(2) page

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-07-20 17:15:43 +02:00
parent 5add3af3d8
commit f5fe595295
1 changed files with 7 additions and 7 deletions

View File

@ -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 ()