Also add a cross reference to libprocstat in the procstat.1 manpage
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
lib/libprocstat/Makefile | ||
---|---|---|
53 | Having these sorted the same way as in the manpage synopsis usually makes it easier to check for missing entries. In this case it simply means sorting them alphabetically. | |
usr.bin/procstat/procstat.1 | ||
536 | Sorting is by section first, by alphabet second (so libprocstat would be before ddb). |
lib/libprocstat/Makefile | ||
---|---|---|
53 | I just noticed, in the manpage they're sorted differently in the NAME section and the SYNOPSIS. NAME the way you have it here, SYNOPSIS alphabetically. I think it would make sense to have it alphabetically here and sort the NAME section in the manpage as well. |
Sort the name list in libprocstat.3 alphabetically
Add procstat_getrlimit which was missing from the name list
Sort Synopsis alphabetically (a few things were out of order)
Sort MLINKS alphabetically
Add procstat_getrlimit.3 to MLINKS
This looks good to me. Remember to build-test (breaking a src build or installworld is bad, mkay?). Also remember to use "MFC: 1 week" in the commit message.
committed rS283167: Create links to the libprocstat man pages for all of the libprocstat