Bug 26006

Summary: Changing zone(9) man page
Product: Documentation Reporter: Robert.Drehmel <Robert.Drehmel>
Component: Books & ArticlesAssignee: Jeff Roberson <jeff>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Robert.Drehmel 2001-03-22 20:30:00 UTC
	I think some information in the manual page for the VM zone allocator
	is inaccurate or just unclear expressed.
	A structure allocated by the zone allocator does not have to reserve
	its two first fields for allocation management pointers.  One of
	them is used to point to the next available item, but only if it is
	available itself; look at the patch for a description of the other
	one.
	The patch also adds a reference to a chapter in a book.

How-To-Repeat: 
	Look at the man page zone(9).
Comment 1 Murray Stokely freebsd_committer freebsd_triage 2001-09-04 00:41:50 UTC
State Changed
From-To: open->analyzed

Someone with the requisite kernel-foo needs to look over this PR. 
I've emailed des (the author of the man page) to confirm that this 
submission is correct.
Comment 2 nik freebsd_committer freebsd_triage 2002-01-09 13:31:01 UTC
Responsible Changed
From-To: freebsd-doc->des

DES -- in your court at the moment.  Is the patch OK to be committed?
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2002-06-01 12:32:42 UTC
Responsible Changed
From-To: des->jeff

Jeff has rewritten the allocator.
Comment 4 Hiten Pandya freebsd_committer freebsd_triage 2004-12-05 23:25:57 UTC
State Changed
From-To: analyzed->closed

The allocator was re-written, and so was the manual page to accomodate 
the new design (i.e. UMA).