From nobody@FreeBSD.org  Mon Nov  3 18:53:56 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F3906106567E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Nov 2008 18:53:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E1FB08FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Nov 2008 18:53:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mA3IrtVj022636
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 3 Nov 2008 18:53:55 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mA3IrtHN022626;
	Mon, 3 Nov 2008 18:53:55 GMT
	(envelope-from nobody)
Message-Id: <200811031853.mA3IrtHN022626@www.freebsd.org>
Date: Mon, 3 Nov 2008 18:53:55 GMT
From: Steven Kreuzer <skreuzer@exit2shell.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update to 1.4 in FreeBSD Developers' Handbook
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128563
>Category:       docs
>Synopsis:       [patch] Update to section 1.4 (Introduction) in FreeBSD Developers' Handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 03 19:00:11 UTC 2008
>Closed-Date:    Tue Nov 18 07:54:04 UTC 2008
>Last-Modified:  Tue Nov 18 07:54:04 UTC 2008
>Originator:     Steven Kreuzer
>Release:        6.3-STABLE
>Organization:
>Environment:
FreeBSD slurry.exit2shell.com 6.3-STABLE FreeBSD 6.3-STABLE #1: Fri May 23 20:22:28 EDT 2008     root@biggierat.sddi.net:/usr/obj/usr/src/sys/SMP  amd64
>Description:
Attached patch will update chapter 1.4 The Layout of /usr/src
adding details for two new directories: cddl and compat
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml
===================================================================
RCS file: /usr/share/cvs/freebsd/doc/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml,v
retrieving revision 1.18
diff -u -r1.18 chapter.sgml
--- en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml	5 Jan 2006 20:03:34 -0000	1.18
+++ en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml	3 Nov 2008 18:47:50 -0000
@@ -114,6 +114,17 @@
 	    </row>
 	    
 	    <row>
+	    <entry><filename class="directory">cddl/</filename></entry>
+	    <entry>Utilities covered by the Common Development and Distribution
+		License.</entry>
+	    </row>
+
+	    <row>
+	    <entry><filename class="directory">compat/</filename></entry>
+	    <entry>Source files for interoperability.</entry>
+	    </row>
+
+	    <row>
 	    <entry><filename class="directory">contrib/</filename></entry>
 	    <entry>Source for files from contributed software.</entry>
 	    </row>


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->pgj 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Tue Nov 4 17:46:40 UTC 2008 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128563 

From: Gabor PALI <pgj@FreeBSD.org>
To: bug-followup@FreeBSD.org, Steven Kreuzer <skreuzer@exit2shell.com>
Cc:  
Subject: Re: docs/128563: [patch] Update to section 1.4 (Introduction) in
 FreeBSD Developers' Handbook
Date: Sat, 08 Nov 2008 07:22:07 +0100

 Well, it is tricky, because "compat" exists only under FreeBSD 7.0,
 since then it was removed (move under "cddl") [1].  Directory "cddl"
 exists in recent (7.X, 8.X) FreeBSD versions.
 
 So, what do you think about the following (minor) modification:  Add
 only directory "cddl" (let's take "compat" as a temporary, therefore a
 not to be documented solution) with a notice that says it can be found
 on FreeBSD-7.X and later (since it is required mainly because of ZFS and
 DTrace).  However, it is possible that 6.X will include this directory
 later on, as ZFS lands on those versions(?)
 
 
 [1]
 http://www.freebsd.org/cgi/cvsweb.cgi/src/compat/opensolaris/include/Attic/alloca.h?hideattic=0
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/128563: commit references a PR
Date: Tue, 18 Nov 2008 07:23:58 +0000 (UTC)

 pgj         2008-11-18 07:23:45 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/developers-handbook/introduction 
                                                            chapter.sgml 
   Log:
   - Document directory "cddl" for utilities covered by the Common
     Development and Distribution License
   
   PR:             doc/128563
   Submitted by:   Steven Kreuzer <skreuzer (at) exit2shell (dot) com>
   
   Revision  Changes    Path
   1.19      +6 -0      doc/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgj 
State-Changed-When: Tue Nov 18 07:52:33 UTC 2008 
State-Changed-Why:  
Committed with some modification.  Thank you for the submission! 

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