From: Askar Safin Date: Thu, 30 Jan 2025 05:06:25 +0000 (+0300) Subject: man/man2/rt_sigqueueinfo.2: tfix (tid => tgid) X-Git-Tag: man-pages-6.11~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f02ec4e583a56864dfe69fe168439e6198c593b;p=thirdparty%2Fman-pages.git man/man2/rt_sigqueueinfo.2: tfix (tid => tgid) Signed-off-by: Askar Safin Message-ID: <20250130050625.3356602-1-safinaskar@zohomail.com> Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/rt_sigqueueinfo.2 b/man/man2/rt_sigqueueinfo.2 index 5e55e8908..8bd1800b7 100644 --- a/man/man2/rt_sigqueueinfo.2 +++ b/man/man2/rt_sigqueueinfo.2 @@ -48,7 +48,7 @@ system call sends the signal to the thread group with the ID .IR tgid . (The term "thread group" is synonymous with "process", and -.I tid +.I tgid corresponds to the traditional UNIX process ID.) The signal will be delivered to an arbitrary member of the thread group (i.e., one of the threads that is not currently blocking the signal).