Details
Details
- Reviewers
emaste cem oshogbo - Group Reviewers
manpages - Commits
- rS306257: Document r306081, i.e. procctl(PROC_TRAPCAP) and sysctl kern.trap_enocap.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/libc/sys/procctl.2 | ||
---|---|---|
356 ↗ | (On Diff #20609) | might still cause the signal to be delivered; see |
360 ↗ | (On Diff #20609) | s/the signal/signal/ |
374 ↗ | (On Diff #20609) | s/of the signalling/of signalling/ |
375 ↗ | (On Diff #20609) | No comma here. |
378 ↗ | (On Diff #20609) | No comma here. |
384 ↗ | (On Diff #20609) | See the note about sysctl |
386 ↗ | (On Diff #20609) | s/independed/independent/ |
482 ↗ | (On Diff #20609) | s/requests/request/ |
Comment Actions
LGTM modulo the one nit.
lib/libc/sys/procctl.2 | ||
---|---|---|
384 ↗ | (On Diff #20623) | I would drop "MIB" here. "sysctl kern.trap_enocap" seems pretty clear to me. |
head/lib/libc/sys/cap_enter.2 | ||
---|---|---|
75 | s/set to/set to a/ | |
80 | Comma not needed. | |
83 | "the" not needed here: On signal delivery, the | |
head/lib/libc/sys/procctl.2 | ||
331 | Reversing the first two parts makes this clearer: For the specified processes which are executing in a capability mode sandbox, enable or disable the synchronous This is still a very long and complicated sentence and would be better split into two or three shorter sentences. | |
334 | s/either/either a/ | |
356 | Split sentence instead of using semicolon: might still cause the signal to be delivered. See | |
374 | s/Returns/Return/ |