From owner-freebsd-doc@FreeBSD.ORG Wed Nov 12 16:13:23 2008 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2307106564A for ; Wed, 12 Nov 2008 16:13:23 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 764208FC13 for ; Wed, 12 Nov 2008 16:13:23 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so360821nfh.33 for ; Wed, 12 Nov 2008 08:13:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=yWv1p3D9PprGCI8D/xZ/Meg0S0XBtAFpzwhaPEIjlsw=; b=gl4VE94XWVEaIfkafe19uuGcDW477aqqLxEZsK4srRNDEind3ZFATMo2MpCJ4eMZck y4s9j9SgS6xzeqrzAoxbkfj9yNRvZ6WBDA1KOVyeZAu14bUnZc/GvDZ7AUZGPebZaJqj QxUDjjXbDqodfu5GZiS+Yz1vJHnAztq+dSs/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=n21odDRKnESDEdruaP1Au43y6pekhgsIoPqYN7eilDMC8DNi73OM6BeX1EcdtnXoXU Pd11HP6Q1V0JGRamJ32HCwFcKDwcwjPVbT6DkW31BG3a4V1u+pMy38MdJUcl9B09A8Yr vV5lgUHCsiSaXLV0T7lOZdCy4JXZnhcOLVE10= Received: by 10.210.49.19 with SMTP id w19mr10474113ebw.149.1226506402112; Wed, 12 Nov 2008 08:13:22 -0800 (PST) Received: from atlantis.dyndns.org (athedsl-4442731.home.otenet.gr [79.129.186.91]) by mx.google.com with ESMTPS id c24sm1165134ika.4.2008.11.12.08.13.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 12 Nov 2008 08:13:20 -0800 (PST) Message-ID: <491B009E.8050408@gmail.com> Date: Wed, 12 Nov 2008 18:13:18 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.17 (X11/20081011) MIME-Version: 1.0 To: Li References: <1226494693.1809.10.camel@localhost> In-Reply-To: <1226494693.1809.10.camel@localhost> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD doc list Subject: Re: Preface need update. 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, 12 Nov 2008 16:13:24 -0000 Li wrote: > Hello Everyone: > > I am a FreeBSD fan, and I like reading the . > > Recently, I note that some new contents(chapter 20 File Systems Support, > chapter 25 Dtrace, and chapter 26 Updating FreeBSD) added to the book. > > But the preface section have not corresponding introduction. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/book-preface.html > > fender > You are right, the "Organization of this book" section jumps from chapter 19 to chapter 21 and from 24 to 27, exactly the places of the new chapters. I will try to create a patch for this Thanks! manolis@