From fabianruch@bsdgroup.de  Wed Feb 11 16:33:19 2009
Return-Path: <fabianruch@bsdgroup.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B099B1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Feb 2009 16:33:19 +0000 (UTC)
	(envelope-from fabianruch@bsdgroup.de)
Received: from mail.bsdgroup.de (mail.bsdgroup.de [82.193.243.42])
	by mx1.freebsd.org (Postfix) with ESMTP id E71D88FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Feb 2009 16:33:18 +0000 (UTC)
	(envelope-from fabianruch@bsdgroup.de)
Received: from mail.bsdgroup.de (mail.bsdgroup.de [82.193.243.42])
	by mail.bsdgroup.de (Postfix) with SMTP id CB135192F15
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Feb 2009 17:33:17 +0100 (CET)
Received: from beastie.local (dslb-088-067-073-118.pools.arcor-ip.net [88.67.73.118])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.bsdgroup.de (Postfix) with ESMTP id 54FE2192F11
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Feb 2009 17:33:14 +0100 (CET)
Received: from beastie.local (localhost [127.0.0.1])
	by beastie.local (8.14.2/8.14.3) with ESMTP id n1BGXDA5003758
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 Feb 2009 17:33:13 +0100 (CET)
	(envelope-from fabian@beastie.local)
Received: (from fabian@localhost)
	by beastie.local (8.14.2/8.14.3/Submit) id n1BGXDMT003757;
	Wed, 11 Feb 2009 17:33:13 +0100 (CET)
	(envelope-from fabian)
Message-Id: <200902111633.n1BGXDMT003757@beastie.local>
Date: Wed, 11 Feb 2009 17:33:13 +0100 (CET)
From: Fabian Ruch <fabianruch@bsdgroup.de>
Reply-To: Fabian Ruch <fabianruch@bsdgroup.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] whitespace-only change of developers-handbook/book.sgml
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         131590
>Category:       docs
>Synopsis:       [patch] whitespace-only change of developers-handbook/book.sgml
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 11 16:40:06 UTC 2009
>Closed-Date:    Sat Aug 21 23:05:31 UTC 2010
>Last-Modified:  Sat Aug 21 23:05:31 UTC 2010
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 I tried to edit doc/en_US.ISO8859-1/books/developers-handbook/book.sgml (r1.57)
 so that it fulfills the rules for "Indentation" according to the primer. For
 more detailed information please see attached patch to the source file.
 
>How-To-Repeat:

>Fix:
--- dh00157en-wo.diff begins here ---
Index: book.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/developers-handbook/book.sgml,v
retrieving revision 1.57
diff -u -r1.57 book.sgml
--- book.sgml	16 Oct 2008 05:17:06 -0000	1.57
+++ book.sgml	11 Feb 2009 16:13:10 -0000
@@ -14,21 +14,30 @@
 <book>
   <bookinfo>
     <title>FreeBSD Developers' Handbook</title>
-    
+
     <corpauthor>The FreeBSD Documentation Project</corpauthor>
-    
+
     <pubdate>August 2000</pubdate>
-    
+
     <copyright>
       <year>2000</year>
+
       <year>2001</year>
+
       <year>2002</year>
+
       <year>2003</year>
+
       <year>2004</year>
+
       <year>2005</year>
+
       <year>2006</year>
+
       <year>2007</year>
+
       <year>2008</year>
+
       <holder>The FreeBSD Documentation Project</holder>
     </copyright>
 
@@ -46,7 +55,7 @@
       &tm-attrib.sun;
       &tm-attrib.general;
     </legalnotice>
-    
+
     <abstract>
       <para>Welcome to the Developers' Handbook.  This manual is a
 	<emphasis>work in progress</emphasis> and is the work of many
@@ -55,20 +64,20 @@
 	helping with this project, send email to the &a.doc;.</para>
 
       <para>The latest version of this document is always available
-        from the <ulink url="&url.base;/index.html">FreeBSD World
-        Wide Web server</ulink>.  It may also be downloaded in a
-        variety of formats and compression options from the <ulink
-        url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP
-        server</ulink> or one of the numerous <ulink
-        url="&url.books.handbook;/mirrors-ftp.html">mirror
-        sites</ulink>.</para>
+	from the <ulink url="&url.base;/index.html">FreeBSD World Wide
+	Web server</ulink>.  It may also be downloaded in a variety of
+	formats and compression options from the <ulink
+	url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP
+	server</ulink> or one of the numerous <ulink
+	url="&url.books.handbook;/mirrors-ftp.html">mirror
+	sites</ulink>.</para>
     </abstract>
   </bookinfo>
 
   <part id="Basics">
     <title>Basics</title>
 
-    &chap.introduction;  
+    &chap.introduction;
     &chap.tools;
     &chap.secure;
     &chap.l10n;
@@ -78,10 +87,9 @@
 
   <part id="ipc">
     <title>Interprocess Communication</title>
-    
+
     &chap.sockets;
     &chap.ipv6;
-
   </part>
 
   <part id="kernel">
@@ -89,130 +97,177 @@
 
     &chap.kernelbuild;
     &chap.kerneldebug;
-
   </part>
-  
+
   <part id="architectures">
     <title>Architectures</title>
 
     &chap.x86;
-
   </part>
-  
+
   <part id="appendices">
     <title>Appendices</title>
 
-      <bibliography>
-
+    <bibliography>
       <biblioentry id="COD" xreflabel="1">
-        <authorgroup>
-          <author>
-            <firstname>Dave</firstname>
-            <othername role="MI">A</othername>
-            <surname>Patterson</surname>
-          </author>
-          <author>
-            <firstname>John</firstname>
-            <othername role="MI">L</othername>
-            <surname>Hennessy</surname>
-          </author>
-        </authorgroup>
-        <copyright><year>1998</year><holder>Morgan Kaufmann Publishers,
-        Inc.</holder></copyright>
-        <isbn>1-55860-428-6</isbn>
-        <publisher>
-          <publishername>Morgan Kaufmann Publishers, Inc.</publishername>
-        </publisher>
-        <title>Computer Organization and Design</title>
-        <subtitle>The Hardware / Software Interface</subtitle>
-        <pagenums>1-2</pagenums>
+	<authorgroup>
+	  <author>
+	    <firstname>Dave</firstname>
+
+	    <othername role="MI">A</othername>
+
+	    <surname>Patterson</surname>
+	  </author>
+
+	  <author>
+	    <firstname>John</firstname>
+
+	    <othername role="MI">L</othername>
+
+	    <surname>Hennessy</surname>
+	  </author>
+	</authorgroup>
+
+	<copyright>
+	  <year>1998</year>
+
+	  <holder>Morgan Kaufmann Publishers, Inc.</holder>
+	</copyright>
+
+	<isbn>1-55860-428-6</isbn>
+
+	<publisher>
+	  <publishername>Morgan Kaufmann Publishers,
+	    Inc.</publishername>
+	</publisher>
+
+	<title>Computer Organization and Design</title>
+
+	<subtitle>The Hardware / Software Interface</subtitle>
+
+	<pagenums>1-2</pagenums>
       </biblioentry>
 
       <biblioentry xreflabel="2">
-        <authorgroup>
-          <author>
-            <firstname>W.</firstname>
-            <othername role="Middle">Richard</othername>
-            <surname>Stevens</surname>
-          </author>
-        </authorgroup>
-        <copyright><year>1993</year><holder>Addison Wesley Longman,
-        Inc.</holder></copyright>
-        <isbn>0-201-56317-7</isbn>
-        <publisher>
-          <publishername>Addison Wesley Longman, Inc.</publishername>
-        </publisher>
-        <title>Advanced Programming in the Unix Environment</title>
-        <pagenums>1-2</pagenums>
+	<authorgroup>
+	  <author>
+	    <firstname>W.</firstname>
+
+	    <othername role="Middle">Richard</othername>
+
+	    <surname>Stevens</surname>
+	  </author>
+	</authorgroup>
+
+	<copyright>
+	  <year>1993</year>
+
+	  <holder>Addison Wesley Longman, Inc.</holder>
+	</copyright>
+
+	<isbn>0-201-56317-7</isbn>
+
+	<publisher>
+	  <publishername>Addison Wesley Longman, Inc.</publishername>
+	</publisher>
+
+	<title>Advanced Programming in the Unix Environment</title>
+
+	<pagenums>1-2</pagenums>
       </biblioentry>
 
       <biblioentry xreflabel="3">
-        <authorgroup>
-          <author>
-            <firstname>Marshall</firstname>
-            <othername role="Middle">Kirk</othername>
-            <surname>McKusick</surname>
-          </author>
-          <author>
+	<authorgroup>
+	  <author>
+	    <firstname>Marshall</firstname>
+
+	    <othername role="Middle">Kirk</othername>
+
+	    <surname>McKusick</surname>
+	  </author>
+
+	  <author>
 	    <firstname>George</firstname>
+
 	    <surname>Neville-Neil</surname>
-          </author>
-        </authorgroup>
-        <copyright><year>2004</year><holder>Addison-Wesley</holder></copyright>
-        <isbn>0-201-70245-2</isbn>
-        <publisher>
-          <publishername>Addison-Wesley</publishername>
-        </publisher>
-        <title>The Design and Implementation of the FreeBSD Operating System</title>
-        <pagenums>1-2</pagenums>
+	  </author>
+	</authorgroup>
+
+	<copyright>
+	  <year>2004</year>
+
+	  <holder>Addison-Wesley</holder>
+	</copyright>
+
+	<isbn>0-201-70245-2</isbn>
+
+	<publisher>
+	  <publishername>Addison-Wesley</publishername>
+	</publisher>
+
+	<title>The Design and Implementation of the FreeBSD Operating
+	  System</title>
+
+	<pagenums>1-2</pagenums>
       </biblioentry>
 
       <biblioentry id="Phrack" xreflabel="4">
-        <authorgroup>
-          <author>
-            <firstname>Aleph</firstname>
-            <surname>One</surname>
-          </author>
-        </authorgroup>
-        <title>Phrack 49; "Smashing the Stack for Fun and Profit"</title>
+	<authorgroup>
+	  <author>
+	    <firstname>Aleph</firstname>
+
+	    <surname>One</surname>
+	  </author>
+	</authorgroup>
+
+	<title>Phrack 49; "Smashing the Stack for Fun and
+	  Profit"</title>
       </biblioentry>
 
       <biblioentry id="StackGuard" xreflabel="5">
-        <authorgroup>
-          <author>
-            <firstname>Chrispin</firstname>
-            <surname>Cowan</surname>
-          </author>
-          <author>
-            <firstname>Calton</firstname>
-            <surname>Pu</surname>
-          </author>
-          <author>
-            <firstname>Dave</firstname>
-            <surname>Maier</surname>
-          </author>
-        </authorgroup>
-        <title>StackGuard; Automatic Adaptive Detection and Prevention of
-        Buffer-Overflow Attacks</title>
+	<authorgroup>
+	  <author>
+	    <firstname>Chrispin</firstname>
+
+	    <surname>Cowan</surname>
+	  </author>
+
+	  <author>
+	    <firstname>Calton</firstname>
+
+	    <surname>Pu</surname>
+	  </author>
+
+	  <author>
+	    <firstname>Dave</firstname>
+
+	    <surname>Maier</surname>
+	  </author>
+	</authorgroup>
+
+	<title>StackGuard; Automatic Adaptive Detection and Prevention
+	  of Buffer-Overflow Attacks</title>
       </biblioentry>
 
       <biblioentry id="OpenBSD" xreflabel="6">
-        <authorgroup>
+	<authorgroup>
 	  <author>
 	    <firstname>Todd</firstname>
+
 	    <surname>Miller</surname>
 	  </author>
+
 	  <author>
 	    <firstname>Theo</firstname>
+
 	    <surname>de Raadt</surname>
 	  </author>
 	</authorgroup>
+
 	<title>strlcpy and strlcat -- consistent, safe string copy and
-	concatenation.</title>
+	  concatenation.</title>
       </biblioentry>
-
-      </bibliography>
-
+    </bibliography>
   </part>
 
   <![ %chap.index;                    [ &chap.index;                ]]>
--- dh00157en-wo.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Wed Feb 11 22:37:30 UTC 2009 
State-Changed-Why:  
Reclassify. 


Responsible-Changed-From-To: gnats-admin->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Feb 11 22:37:30 UTC 2009 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=131590 
State-Changed-From-To: closed->open 
State-Changed-By: linimon 
State-Changed-When: Thu Feb 12 16:40:01 UTC 2009 
State-Changed-Why:  
Was only meant to be reclassified, not closed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131590 
Responsible-Changed-From-To: freebsd-doc->pgj 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Sat Aug 21 23:03:50 UTC 2010 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131590 
State-Changed-From-To: open->closed 
State-Changed-By: pgj 
State-Changed-When: Sat Aug 21 23:04:09 UTC 2010 
State-Changed-Why:  
This should not be submitted as PR, it would cause unwanted 
bloat in the repository.  Thanks for the submission, though. 

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