From ba8a0d119dcdbf285ddbb5dce9a71d531cecc1a3 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Fri, 29 Oct 2021 02:31:25 +0200 Subject: tkill.2: SYNOPSIS: Mark tkill() as [[deprecated]] tkill(2) has been superseeded by tgkill(2). Signed-off-by: Alejandro Colomar --- man2/tkill.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/tkill.2 b/man2/tkill.2 index c4e888b75..60adafc39 100644 --- a/man2/tkill.2 +++ b/man2/tkill.2 @@ -18,7 +18,7 @@ Standard C library .BR "#include " " /* Definition of " SYS_* " constants */" .B #include .PP -.BI "int syscall(SYS_tkill, pid_t " tid ", int " sig ); +.BI "[[deprecated]] int syscall(SYS_tkill, pid_t " tid ", int " sig ); .PP .B #include .PP -- cgit v1.2.3