aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-18 00:19:44 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-18 00:19:44 +0100
commitbdeb6c887ec0bda72d3966f7e93bceec695fda63 (patch)
treead18e9ed948018bb40411435e26043da59190a6a
parent1f11ae8aa7cc5d8280001a64d4ec0a59be638283 (diff)
downloadman-pages-bdeb6c887ec0bda72d3966f7e93bceec695fda63.tar.gz
signal.7: Add pidfd_send_signal() to list of APIs for sending signals
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/signal.73
1 files changed, 3 insertions, 0 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index aea1f54335..bc5b9630f3 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -114,6 +114,9 @@ Sends a signal to a specified process,
to all members of a specified process group,
or to all processes on the system.
.TP
+.BR pidfd_send_signal (2)
+Sends a signal to a process identified by a PID file descriptor.
+.TP
.BR killpg (3)
Sends a signal to all of the members of a specified process group.
.TP