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 Skipped - Unit
Tests Skipped - Build Status
Buildable 22671
Event Timeline
lib/libc/sys/procctl.2 | ||
---|---|---|
76 | s/Layour/Layout |
lib/libc/sys/procctl.2 | ||
---|---|---|
86 | 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 | 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 | ||
60 | 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).