Bug 12719

Summary: [Patch] update doc/en/handbook/ports/chapter.sgml to reflect __FreeBSD_version bump
Product: Documentation Reporter: chris <chris>
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 chris 1999-07-20 12:30:00 UTC
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
Comment 1 Nik Clayton 1999-07-20 21:39:41 UTC
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>
Comment 2 nik freebsd_committer freebsd_triage 1999-07-20 21:49:40 UTC
State Changed
From-To: open->closed

Modified patch applied, thanks.