mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Forgot to mention what getpgid(0) does.
This commit is contained in:
parent
ff31b5e404
commit
4ff76833b4
1 changed files with 5 additions and 0 deletions
|
|
@ -50,6 +50,11 @@ The process group of the process identified by
|
|||
.Fa pid
|
||||
is returned by
|
||||
.Fn getpgid .
|
||||
If
|
||||
.Fa pid
|
||||
is zero,
|
||||
.Fn getpgid
|
||||
returns the process group of the current process.
|
||||
.Pp
|
||||
Process groups are used for distribution of signals, and
|
||||
by terminals to arbitrate requests for their input: processes
|
||||
|
|
|
|||
Loading…
Reference in a new issue