gettid.2: s/getpid()/gettid()/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-06-12 19:01:14 +02:00
parent c838fc75c7
commit c93b25f996
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ flag (or, equivalently, a new process created by
.BR fork (2)),
the new process is a thread group leader,
and its thread group ID (the value returned by
.BR getpid (2))
.BR gettid (2))
is the same as its thread ID (the value returned by
.BR gettid ()).
.SH SEE ALSO
@ -86,7 +86,7 @@ is the same as its thread ID (the value returned by
.BR fcntl (2),
.BR fork (2),
.BR get_robust_list (2),
.BR getpid (2),
.BR gettid (2),
.\" .BR kcmp (2),
.BR ioprio_set (2),
.\" .BR move_pages (2),