aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/psignal.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/psignal.9')
-rw-r--r--share/man/man9/psignal.924
1 files changed, 1 insertions, 23 deletions
diff --git a/share/man/man9/psignal.9 b/share/man/man9/psignal.9
index aa170322e7cf..2d57673d0401 100644
--- a/share/man/man9/psignal.9
+++ b/share/man/man9/psignal.9
@@ -26,16 +26,14 @@
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $NetBSD: psignal.9,v 1.1 1996/06/22 22:57:35 pk Exp $
-.\" $FreeBSD$
.\"
-.Dd October 8, 2011
+.Dd July 14, 2023
.Dt PSIGNAL 9
.Os
.Sh NAME
.Nm psignal ,
.Nm kern_psignal ,
.Nm pgsignal ,
-.Nm gsignal ,
.Nm tdsignal
.Nd post signal to a thread, process, or process group
.Sh SYNOPSIS
@@ -46,8 +44,6 @@
.Ft void
.Fn pgsignal "struct pgrp *pgrp" "int signum" "int checkctty"
.Ft void
-.Fn gsignal "int pgid" "int signum"
-.Ft void
.Fn tdsignal "struct thread *td" "int signum"
.Sh DESCRIPTION
These functions post a signal to a thread or one or more processes.
@@ -129,24 +125,6 @@ is
no action is taken.
.Pp
The
-.Fn gsignal
-function posts signal number
-.Fa signum
-to each member of the process group identified by the group id
-.Fa pgid .
-.Fn gsignal
-first finds the group structure associated with
-.Fa pgid ,
-then invokes
-.Fn pgsignal
-with the argument
-.Fa checkctty
-set to zero.
-If
-.Fa pgid
-is zero no action is taken.
-.Pp
-The
.Fn tdsignal
function posts signal number
.Fa signum