The patch corrects the man page to replace the nonexisting nproc with maxproc, as outlined in PR272357
Details
Details
- Reviewers
- None
- Group Reviewers
Src Committers - Commits
- rG07b2c79cc6c7: Correct the example: use maxproc instead of nonexistent nproc
- Apply patch
- Check the man page
- Create a testing login class
- Create a user belonging to that login class
- Limit the number of processes that this login class can start with the example in the man page
- Login as that user and start a fork bomb :-)
- See that it will be cancelled after reaching the maximum number of procs
- Profit
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable