linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tkill.2: tfix
@ 2021-07-24  4:58 Sagar Patel
  2021-07-25 19:52 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 5+ messages in thread
From: Sagar Patel @ 2021-07-24  4:58 UTC (permalink / raw)
  To: linux-man; +Cc: alx.manpages, Sagar Patel

Correct function signature by adding missing parenthesis.
---
 man2/tkill.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/tkill.2 b/man2/tkill.2
index 6ff930e17..6e1afcd36 100644
--- a/man2/tkill.2
+++ b/man2/tkill.2
@@ -39,7 +39,7 @@ tkill, tgkill \- send a signal to a thread
 .PP
 .B #include <signal.h>
 .PP
-.BI "int tgkill, pid_t " tgid ", pid_t " tid ", int " sig );
+.BI "int tgkill(pid_t " tgid ", pid_t " tid ", int " sig );
 .fi
 .PP
 .IR Note :
-- 
2.30.1 (Apple Git-130)


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-28 23:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-24  4:58 [PATCH] tkill.2: tfix Sagar Patel
2021-07-25 19:52 ` Alejandro Colomar (man-pages)
2021-07-28 16:20   ` Sagar Patel
2021-07-28 20:22     ` Alejandro Colomar (man-pages)
2021-07-28 23:49       ` Sagar Patel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).