From owner-freebsd-doc@FreeBSD.ORG Thu Aug 11 01:01:11 2005 Return-Path: X-Original-To: freebsd-doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01B0116A41F for ; Thu, 11 Aug 2005 01:01:11 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07CC743D49 for ; Thu, 11 Aug 2005 01:01:07 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: (qmail 1308 invoked by uid 207); 11 Aug 2005 01:01:06 -0000 Received: from keramida@FreeBSD.org by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.149):. Processed in 0.872768 secs); 11 Aug 2005 01:01:06 -0000 Received: from dialup149.ach.sch.gr (HELO gothmog.gr) ([81.186.70.149]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 11 Aug 2005 01:01:04 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j7B10qZ2005410; Thu, 11 Aug 2005 04:00:53 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j7B10oTK005409; Thu, 11 Aug 2005 04:00:50 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Thu, 11 Aug 2005 04:00:50 +0300 From: Giorgos Keramidas To: Ulf Lilleengen Message-ID: <20050811010049.GA5217@gothmog.gr> References: <20050810175542.GB24506@vimes.djelibeybi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050810175542.GB24506@vimes.djelibeybi> Cc: freebsd-doc@FreeBSD.org Subject: Re: [PATCH] Developers handbook introduction X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2005 01:01:11 -0000 On 2005-08-10 19:55, Ulf Lilleengen wrote: > rescue/ should be explained when explaining directories in /usr/src > --- en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml 29 Nov 2004 21:43:35 -0000 1.13 > +++ en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml 10 Aug 2005 17:18:46 -0000 > @@ -178,6 +178,11 @@ > > > > + + class=directory>rescue/ > + Rescue build system > + > + > sbin/ > Source for files in class=directory>/sbin The directories are sorted alphabetically, so this is a bit out of place. I committed a similar change to the right location, in revision 1.14 of ``doc/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml'' Thanks :)