Bug 62129

Summary: Error in mbuf(9) man page
Product: Documentation Reporter: Lee Brotherston <lee>
Component: Books & ArticlesAssignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mbuf.9-patch none

Description Lee Brotherston 2004-01-30 21:30:19 UTC
The man page for mbuf states that the constant MSIZE is declared in machine/param.h

It is actually defined in sys/param.h

Fix: 

Ammendment to the man page
Comment 1 Marc Silver 2004-01-31 08:02:23 UTC
Hi there,

I can confirm this on 5.2-RELEASE-p1.  Minor patch included.

Cheers,
Marc
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-02-01 12:14:53 UTC
Responsible Changed
From-To: freebsd-doc->ale

I'll take it.
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2004-02-01 22:34:10 UTC
State Changed
From-To: open->closed

Committed, thanks!