Bug 33272

Summary: [PATCH] - loader(8) man page is missing important tunables
Product: Documentation Reporter: Hiten Pandya <hiten>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Hiten Pandya 2001-12-28 12:50:01 UTC
The loader(8) man page is missing a very important tunable, 
'kern.maxusers', which needs to be added, in order to point out to
people that kern.maxusers can be changed at boot-time.

Fix: The fix below will resolve this issue by adding 'kern.maxusers' tunable
to the loader(8) man page.
How-To-Repeat: Visit the loader(8) man page.
Comment 1 Bruce A. Mah freebsd_committer freebsd_triage 2001-12-28 16:10:12 UTC
State Changed
From-To: open->closed

Duplicate of docs/32904, and also contains the same patch you submitted 
as a follow-up to docs/32020. 

Please try not to re-submit duplicate patches to the PR database; 
repeating yourself is not useful. 

Also note that the patch you submitted has been superceded by the 
auto-tuning of kern.maxusers in recent versions of FreeBSD.  tuning(7) 
has been updated to reflect reality.