From owner-freebsd-doc@FreeBSD.ORG Tue Nov 15 21:56:15 2011 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 3DC39106564A; Tue, 15 Nov 2011 21:56:15 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 90B448FC15; Tue, 15 Nov 2011 21:56:14 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so10623874bkb.13 for ; Tue, 15 Nov 2011 13:56:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; 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; bh=e7myKZKj36IVRyBAha0HAwsig+OT/hR8J+OOiLApvBM=; b=vCihHHnhzK4jDEDSpWbYd3O5uen7mJ8cZoDdkUXsHn/R94wT50OVGAZ95b5ygK4yvk xDJ80sPdioV+LiZ7cRhmDVNbt67Q+9O6tJt2P2GQD6v/jGRN+YZnPzXV1QgKN/Mglyir V0s31sxlbnNV1XaaBjaAX2iR9erMLvbAa/6m0= Received: by 10.204.145.89 with SMTP id c25mr25765942bkv.35.1321394172348; Tue, 15 Nov 2011 13:56:12 -0800 (PST) Received: from [192.168.0.150] (athedsl-4364788.home.otenet.gr. [79.130.9.228]) by mx.google.com with ESMTPS id o16sm18504274fag.21.2011.11.15.13.56.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Nov 2011 13:56:11 -0800 (PST) Message-ID: <4EC2DFFA.8060203@gmail.com> Date: Tue, 15 Nov 2011 23:56:10 +0200 From: Manolis Kiagias User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: "R. Clayton" References: <4EC2CD36.60403@gmail.com> <20111115214518.D81845DC4@UlanBator.myhome.westell.com> In-Reply-To: <20111115214518.D81845DC4@UlanBator.myhome.westell.com> Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD doc list , bug-followup@FreeBSD.org Subject: Re: docs/162597: Handbook section 12.14.3 example unclear. 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: Tue, 15 Nov 2011 21:56:15 -0000 On 15/11/2011 11:45 μμ, R. Clayton wrote: > I suppose we could rephrase this to something like the following: > > "The GENERIC kernel already includes support for the md(4) device needed > for this operation. When building a custom kernel, make sure to include > the following line in your kernel configuration file: > > device md # Memory "disks" > > For information on building your own kernel please refer to > ." > > Would this be appropriate? > > I like it (except maybe change the first sentence to "The GENERIC kernel > includes the md(4) device needed for this operation.") Thank you for your > response to this. > Here is a quick patch then: http://www.freebsdgr.org/all/en_US.ISO8859-1/books/handbook/config/config.txt (note: no need to include the comment part on the device line) and test build here: http://www.freebsdgr.org/all/en_US.ISO8859-1/books/handbook/adding-swap-space.html Unless there are any objections, I'll commit this tomorrow morning. Thanks for reporting this!