From owner-freebsd-doc@FreeBSD.ORG Mon Nov 24 22:55:44 2008 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DB171065673 for ; Mon, 24 Nov 2008 22:55:44 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id B0CE78FC08 for ; Mon, 24 Nov 2008 22:55:43 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so1116166nfh.33 for ; Mon, 24 Nov 2008 14:55:42 -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=s5FO6jjIEu2h6BH6LzGV/L+rYoeuPPXrcPVY/SWW/x4=; b=nZgu9KPRrm2/WxEfZVUDeSA45daaDZrfDgAJxxGcDZtTUH6ZJIjYJWom+ASNt6zYWq Prx3sSiu/fkhWawGqGKmq0r4KxlkpSRrfv4YjxkcFLmeSE1LOCfIsIHzawxHxB3s3bXa CrrzswOOnKHS+20aWXzkbYu/kDOyo9LanM6Eo= 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=BEPC+PjZ5qGnjm52wAq4LsXttOm9T++/SlZWEnyQD4IWqJlEoiuL+HlZ+6QkoPr4rn Po9CSLpnY6AMeugS2vRf4lQ+p2k/toMZlAsk26mMLTkZmgEApsp9+Iiv7dd5SNmbj7kU X43lkX1axPhSUxHyTeihWFSRZBsnVau1liq6g= Received: by 10.210.127.10 with SMTP id z10mr4077761ebc.195.1227567342587; Mon, 24 Nov 2008 14:55:42 -0800 (PST) Received: from atlantis.dyndns.org (athedsl-70133.home.otenet.gr [87.203.155.67]) by mx.google.com with ESMTPS id k9sm823220nfh.23.2008.11.24.14.55.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Nov 2008 14:55:41 -0800 (PST) Message-ID: <492B30EA.5040807@gmail.com> Date: Tue, 25 Nov 2008 00:55:38 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.17 (X11/20081011) MIME-Version: 1.0 To: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= References: <492AE607.4020208@gmail.com> <20081124135107.06a8af26.trhodes@FreeBSD.org> <87abbp3q5o.fsf@kobe.laptop> <492B01C4.6090707@gmail.com> <20081124153358.7a539e67.trhodes@FreeBSD.org> <492B2D8C.4090807@gmail.com> <492B2FCF.5060503@kovesdan.org> In-Reply-To: <492B2FCF.5060503@kovesdan.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: Tom Rhodes , doc@FreeBSD.org, pgj@FreeBSD.org, keramida@FreeBSD.org, remko@FreeBSD.org Subject: Re: A patch for the 'geom' chapter 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: Mon, 24 Nov 2008 22:55:44 -0000 Gábor Kövesdán wrote: > Manolis Kiagias escribió: >> After our discussion, here again is the "second take" of this patch: >> >> http://people.freebsd.org/~manolis/geom.txt >> >> And the build starts here: >> >> http://people.freebsd.org/~manolis/geom.html >> >> I tried to address most points, but feel free to send more comments and >> fixes. >> Take your time, as I won't be looking at this further tonight (it will >> only get worse if I do ;) ) >> > Hi Manolis, > > I've reviewed this second patch. Nice work, thanks for your efforts! I > only found a little nit: > > + geom_journal.ko kernel will also have to be > > > > It should be "kernel module" instead of "kernel". > > Cheers, > Aha, this is indeed too small and I will fix immediately ;) Thanks!