Relevant pkg PR https://github.com/freebsd/pkg/pull/2322
Details
Details
- Reviewers
kib - Group Reviewers
docs - Commits
- rGe3ebc5f534ee: procctl(2): Clarify the ESRCH error code case
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/libsys/procctl.2 | ||
---|---|---|
758 | Such cases are usually described by listing the error for each condition. |
Comment Actions
I would say something like 'No descendant processes can be found matching criteria specified in .Dv PROC_REAP_KILL request'.
Note that this thing kills not only children, but the whole (sub)tree. I also want the language to be similar to that from killpg(2).