From nobody@FreeBSD.org  Fri Jan 30 13:22:28 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A14E016A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jan 2004 13:22:28 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 77F2543D6D
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jan 2004 13:22:18 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i0ULMIdL013168
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jan 2004 13:22:18 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i0ULMII7013166;
	Fri, 30 Jan 2004 13:22:18 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200401302122.i0ULMII7013166@www.freebsd.org>
Date: Fri, 30 Jan 2004 13:22:18 -0800 (PST)
From: Lee Brotherston <lee@nerds.org.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Error in mbuf(9) man page
X-Send-Pr-Version: www-2.0

>Number:         62129
>Category:       docs
>Synopsis:       Error in mbuf(9) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 30 13:30:19 PST 2004
>Closed-Date:    Sun Feb 01 14:34:24 PST 2004
>Last-Modified:  Sun Feb 01 14:34:24 PST 2004
>Originator:     Lee Brotherston
>Release:        5.1-RELEASE-p11
>Organization:
>Environment:
FreeBSD heretic.nerds.org.uk 5.1-RELEASE-p11 FreeBSD 5.1-RELEASE-p11 #2: Tue Dec 30 19:41:37 GMT 2003     lee@heretic.nerds.org.uk:/usr/obj/usr/src/sys/HERETIC  i386

>Description:
The man page for mbuf states that the constant MSIZE is declared in machine/param.h

It is actually defined in sys/param.h
>How-To-Repeat:
      
>Fix:
Ammendment to the man page
>Release-Note:
>Audit-Trail:

From: Marc Silver <marcs@draenor.org>
To: freebsd-gnats-submit@FreeBSD.org, lee@nerds.org.uk
Cc:  
Subject: Re: docs/62129: Error in mbuf(9) man page
Date: Sat, 31 Jan 2004 08:02:23 +0000

 --jho1yZJdad60DJr+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi there,
 
 I can confirm this on 5.2-RELEASE-p1.  Minor patch included.
 
 Cheers,
 Marc
 
 --jho1yZJdad60DJr+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="mbuf.9-patch"
 
 --- mbuf.9-orig	Sat Jan 31 09:55:23 2004
 +++ mbuf.9	Sat Jan 31 10:00:11 2004
 @@ -152,8 +152,8 @@
  The total size of an
  .Vt mbuf ,
  .Dv MSIZE ,
 -is a machine-dependent constant defined in
 -.In machine/param.h .
 +is a constant defined in
 +.In sys/param.h .
  The
  .Vt mbuf
  header includes:
 
 --jho1yZJdad60DJr+--
Responsible-Changed-From-To: freebsd-doc->ale 
Responsible-Changed-By: ale 
Responsible-Changed-When: Sun Feb 1 04:14:53 PST 2004 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62129 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Sun Feb 1 14:34:10 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62129 
>Unformatted:
