Details
Details
- Reviewers
emaste 0mp - Group Reviewers
manpages - Commits
- rS344594: proccontrol(1) man page.
rS344593: procctl(2): document ASLR knobs.
rS344592: procctl(2): fix -width parameter to .Bl.
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 | ||
---|---|---|
76 ↗ | (On Diff #54253) | s/Layour/Layout |
lib/libc/sys/procctl.2 | ||
---|---|---|
86 ↗ | (On Diff #54253) | Macros are not expanded in the argument provided to -width (in this case ("Dv PROC_ASLR_FORCE_DISABLE")). It is enough to write "PROC_ASLR_FORCE_DISABLE" or even PROC_ASLR_FORCE_DISABLE. |
105 ↗ | (On Diff #54253) | Macros are not expanded in the argument provided to -width (in this case ("Dv PROC_ASLR_FORCE_DISABLE")). It is enough to write "PROC_ASLR_FORCE_DISABLE" or even PROC_ASLR_FORCE_DISABLE. |
usr.bin/proccontrol/proccontrol.1 | ||
59 ↗ | (On Diff #54253) | Ar trapcap is not going to be expanded. It's better to just write: .Bl -tag -width trapcap |
Comment Actions
Remove Dv from .Bl width arg.
(The cleanup of old .Bl would be a separate commit, to avoid further questions).
Comment Actions
OK from manpages.
lib/libc/sys/procctl.2 | ||
---|---|---|
83 ↗ | (On Diff #54414) | Is Xa the correct macro name? |