]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2/rt_sigqueueinfo.2: tfix (tid => tgid)
authorAskar Safin <safinaskar@zohomail.com>
Thu, 30 Jan 2025 05:06:25 +0000 (08:06 +0300)
committerAlejandro Colomar <alx@kernel.org>
Sun, 2 Feb 2025 10:55:20 +0000 (11:55 +0100)
Signed-off-by: Askar Safin <safinaskar@zohomail.com>
Message-ID: <20250130050625.3356602-1-safinaskar@zohomail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/rt_sigqueueinfo.2

index 5e55e8908e05dac76631adbed9e67c7f8d8017c0..8bd1800b7b9a7bb449278fdede638714a1c97823 100644 (file)
@@ -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).