From owner-freebsd-doc@FreeBSD.ORG Wed Aug 10 17:55:40 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 DD50F16A420 for ; Wed, 10 Aug 2005 17:55:40 +0000 (GMT) (envelope-from lulf@kerneled.org) Received: from royk.itea.ntnu.no (royk.itea.ntnu.no [129.241.190.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A65C43D48 for ; Wed, 10 Aug 2005 17:55:40 +0000 (GMT) (envelope-from lulf@kerneled.org) Received: from localhost (localhost [127.0.0.1]) by royk.itea.ntnu.no (Postfix) with ESMTP id 9183166CB3 for ; Wed, 10 Aug 2005 19:55:39 +0200 (CEST) Received: from vimes (m021h.studby.ntnu.no [129.241.135.21]) by royk.itea.ntnu.no (Postfix) with ESMTP for ; Wed, 10 Aug 2005 19:55:39 +0200 (CEST) Received: by vimes (Postfix, from userid 1001) id 9C3836495; Wed, 10 Aug 2005 19:55:42 +0200 (CEST) Date: Wed, 10 Aug 2005 19:55:42 +0200 From: Ulf Lilleengen To: freebsd-doc@freebsd.org Message-ID: <20050810175542.GB24506@vimes.djelibeybi> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. Subject: [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: Wed, 10 Aug 2005 17:55:41 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline rescue/ should be explained when explaining directories in /usr/src --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="doc_rescue.diff" Index: en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml =================================================================== RCS file: /home/cvs/fbsd/doc/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml,v retrieving revision 1.13 diff -u -r1.13 chapter.sgml --- 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 @@ + rescue/ + Rescue build system + + sbin/ Source for files in /sbin --zhXaljGHf11kAtnf--