summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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