Re: [PATCH] man/man2/rt_sigqueueinfo.2: change tid to tgid
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-02-02 10:57:38
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2025-02-02 10:57:38
Hi Askar, On Thu, Jan 30, 2025 at 08:06:25AM +0300, Askar Safin wrote:
There is a typo. Author meant tgid. Signed-off-by: Askar Safin <redacted>
Thanks! I've applied the patch with small tweaks to the commit message. <https://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git/commit/?h=contrib&id=6f02ec4e583a56864dfe69fe168439e6198c593b> Have a lovely day! Alex
--- man/man2/rt_sigqueueinfo.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/man/man2/rt_sigqueueinfo.2 b/man/man2/rt_sigqueueinfo.2 index 5e55e89..8bd1800 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).-- 2.39.5
-- <https://www.alejandro-colomar.es/>