mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Extend the description for ESRCH a bit.
This errno can also be returned if the passed process identifier doesn't correspond with a process group. Discussed on: arch@ MFC after: 1 week
This commit is contained in:
parent
c0fd04a922
commit
e06ea46468
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ The
|
|||
argument
|
||||
is not a valid signal number.
|
||||
.It Bq Er ESRCH
|
||||
No process can be found corresponding to that specified by
|
||||
No process or process group can be found corresponding to that specified by
|
||||
.Fa pid .
|
||||
.It Bq Er EPERM
|
||||
The sending process is not the super-user and its effective
|
||||
|
|
|
|||
Loading…
Reference in a new issue