gettid.2: tfix

Reported-by: Ivan Shapovalov <intelfx@intelfx.name>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-13 15:58:04 +01:00
parent 0f166ce187
commit b3eb228083
1 changed files with 1 additions and 1 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 gettid (2))
.BR getpid (2))
is the same as its thread ID (the value returned by
.BR gettid ()).
.SH SEE ALSO