Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102656586
D41020.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D41020.diff
View Options
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -52,6 +52,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20230714: gsignal
+OLD_FILES+=/usr/share/man/man9/gsignal.9.gz
+
# 20230626: Only install sys/dev/nvme/nvme.h to /usr/include
OLD_FILES+=usr/include/dev/nvme/nvme_private.h
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1829,8 +1829,7 @@
prng.9 prng64_bounded.9
MLINKS+=proc_rwmem.9 proc_readmem.9 \
proc_rwmem.9 proc_writemem.9
-MLINKS+=psignal.9 gsignal.9 \
- psignal.9 pgsignal.9 \
+MLINKS+=psignal.9 pgsignal.9 \
psignal.9 tdsignal.9
MLINKS+=pwmbus.9 pwm.9
MLINKS+=random.9 arc4rand.9 \
diff --git a/share/man/man9/psignal.9 b/share/man/man9/psignal.9
--- a/share/man/man9/psignal.9
+++ b/share/man/man9/psignal.9
@@ -28,14 +28,13 @@
.\" $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 +45,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 +126,6 @@
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
diff --git a/share/man/man9/signal.9 b/share/man/man9/signal.9
--- a/share/man/man9/signal.9
+++ b/share/man/man9/signal.9
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 8, 2013
+.Dd July 14, 2023
.Dt SIGNAL 9
.Os
.Sh NAME
@@ -430,7 +430,6 @@
.Fn issignal
returns either a valid signal number or zero.
.Sh SEE ALSO
-.Xr gsignal 9 ,
.Xr pgsignal 9 ,
.Xr psignal 9
.Sh AUTHORS
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 10:44 AM (21 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14657435
Default Alt Text
D41020.diff (2 KB)
Attached To
Mode
D41020: signal: Remove gsignal references from manuals
Attached
Detach File
Event Timeline
Log In to Comment