summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-29 02:31:25 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:42:28 +0200
commitba8a0d119dcdbf285ddbb5dce9a71d531cecc1a3 (patch)
treeacf2bd584abde4cf878ff80257372ba9484656e9
parent7f78a555e070e348fdc8bfa1eb531486a268a5f6 (diff)
tkill.2: SYNOPSIS: Mark tkill() as [[deprecated]]
tkill(2) has been superseeded by tgkill(2). Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/tkill.22
1 files changed, 1 insertions, 1 deletions
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 <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
.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 <signal.h>
.PP