]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tkill.2: SYNOPSIS: Mark tkill() as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Fri, 29 Oct 2021 00:31:25 +0000 (02:31 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 00:42:28 +0000 (02:42 +0200)
tkill(2) has been superseeded by tgkill(2).

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/tkill.2

index c4e888b753a5ce4ffc6d95ea52e7cee2095f2bcb..60adafc39cc8269259b0bce2a19bfca024354dbf 100644 (file)
@@ -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