From chris@holly.dyndns.org Tue Jul 20 04:27:53 1999
Return-Path: <chris@holly.dyndns.org>
Received: from leap.innerx.net (leap.innerx.net [38.179.176.25])
	by hub.freebsd.org (Postfix) with ESMTP id A75EB151AB
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Jul 1999 04:27:51 -0700 (PDT)
	(envelope-from chris@holly.dyndns.org)
Received: from holly.dyndns.org (ip194.houston3.tx.pub-ip.psi.net [38.12.169.194])
	by leap.innerx.net (Postfix) with ESMTP id 9A0A637013
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Jul 1999 07:27:35 -0400 (EDT)
Received: (from chris@localhost)
	by holly.dyndns.org (8.9.3/8.9.3) id GAA37190;
	Tue, 20 Jul 1999 06:28:21 -0500 (CDT)
	(envelope-from chris)
Message-Id: <199907201128.GAA37190@holly.dyndns.org>
Date: Tue, 20 Jul 1999 06:28:21 -0500 (CDT)
From: chris@calldei.com
Sender: chris@holly.dyndns.org
Reply-To: chris@calldei.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] update doc/en/handbook/ports/chapter.sgml to reflect __FreeBSD_version bump
X-Send-Pr-Version: 3.2

>Number:         12719
>Category:       docs
>Synopsis:       [Patch] update doc/en/handbook/ports/chapter.sgml to reflect __FreeBSD_version bump
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 20 04:30:00 PDT 1999
>Closed-Date:    Tue Jul 20 13:49:40 PDT 1999
>Last-Modified:  Tue Jul 20 14:00:01 PDT 1999
>Originator:     Chris Costello
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

chapter.sgml:
     $Id: chapter.sgml,v 1.37 1999/07/11 06:51:31 jmg Exp $

>Description:

dev_t was changed to point to a struct spacinfo and __FreeBSD_version was
bumped, ports/chapter.sgml should reflect this

>How-To-Repeat:

http://www.freebsd.org/handbook/porting.html

>Fix:

Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en/handbook/ports/chapter.sgml,v
retrieving revision 1.37
diff -u -r1.37 chapter.sgml
--- chapter.sgml	1999/07/11 06:51:31	1.37
+++ chapter.sgml	1999/07/20 11:25:59
@@ -3386,6 +3386,10 @@
                     <entry>4.0-CURRENT after the addition of a poll syscall wrapper to libc_r</entry>
                     <entry>400008</entry>
                   </row>
+		  <row>
+		    <entry>4.0-CURRENT after the change of the kernel's dev_t type to struct spacinfo pointer</entry>
+		    <entry>400009</entry>
+		  </row>
 		</tbody>
 	      </tgroup>
 	    </informaltable>

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Tue Jul 20 13:49:40 PDT 1999 
State-Changed-Why:  
Modified patch applied, thanks. 

From: Nik Clayton <nik@nothing-going-on.demon.co.uk>
To: chris@calldei.com
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/12719: [Patch] update doc/en/handbook/ports/chapter.sgml to reflect __FreeBSD_version bump
Date: Tue, 20 Jul 1999 21:39:41 +0100

 On Tue, Jul 20, 1999 at 06:28:21AM -0500, chris@calldei.com wrote:
 > Index: chapter.sgml
 > ===================================================================
 > RCS file: /home/ncvs/doc/en/handbook/ports/chapter.sgml,v
 > retrieving revision 1.37
 > diff -u -r1.37 chapter.sgml
 > --- chapter.sgml	1999/07/11 06:51:31	1.37
 > +++ chapter.sgml	1999/07/20 11:25:59
 > @@ -3386,6 +3386,10 @@
 >                      <entry>4.0-CURRENT after the addition of a poll syscall wrapper to libc_r</entry>
 >                      <entry>400008</entry>
 >                    </row>
 > +		  <row>
 > +		    <entry>4.0-CURRENT after the change of the kernel's dev_t type to struct spacinfo pointer</entry>
 > +		    <entry>400009</entry>
 > +		  </row>
 >  		</tbody>
 >  	      </tgroup>
 >  	    </informaltable>
 
 I'm going to apply a slightly modified version of this patch.  For the
 future, could you please wrap and indent the lines, so they're 
 consistent with the formatting of the rest of the Handbook?
 
 Thanks,
 
 N
 -- 
  [intentional self-reference] can be easily accommodated using a blessed,
  non-self-referential dummy head-node whose own object destructor severs
  the links.
     -- Tom Christiansen in <375143b5@cs.colorado.edu>
 
>Unformatted:
