From c93b25f9960122093695e6d6e34d95a66b4eb1a6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 12 Jun 2015 19:01:14 +0200 Subject: [PATCH] gettid.2: s/getpid()/gettid()/ Signed-off-by: Michael Kerrisk --- man2/gettid.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/gettid.2 b/man2/gettid.2 index daed62cc7..14ecd32d5 100644 --- a/man2/gettid.2 +++ b/man2/gettid.2 @@ -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),