design-44bsd: Fix a typo: descendents -> descendants

Reviewed by:	bofh
Differential Revision:	https://reviews.freebsd.org/D43214
This commit is contained in:
John Baldwin 2023-12-27 10:02:07 -08:00
parent e4a0a54f3f
commit d30d57b879
2 changed files with 1 additions and 2 deletions

View File

@ -109,7 +109,6 @@ deanonymizing
deinstall
demultiplexer
dereference
descendents
devclass
disklabel
distfiles?

View File

@ -285,7 +285,7 @@ The detailed design and implementation of signals is described in Section 4.7.
Processes are organized into _process groups_.
Process groups are used to control access to terminals and to provide a means of distributing signals to collections of related processes.
A process inherits its process group from its parent process.
Mechanisms are provided by the kernel to allow a process to alter its process group or the process group of its descendents.
Mechanisms are provided by the kernel to allow a process to alter its process group or the process group of its descendants.
Creating a new process group is easy; the value of a new process group is ordinarily the process identifier of the creating process.
The group of processes in a process group is sometimes referred to as a _job_ and is manipulated by high-level system software, such as the shell.