From owner-freebsd-doc@FreeBSD.ORG Tue Nov 15 20:40:05 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8474106566C for ; Tue, 15 Nov 2011 20:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B87E68FC1D for ; Tue, 15 Nov 2011 20:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pAFKe5Qu084163 for ; Tue, 15 Nov 2011 20:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pAFKe5ev084162; Tue, 15 Nov 2011 20:40:05 GMT (envelope-from gnats) Date: Tue, 15 Nov 2011 20:40:05 GMT Message-Id: <201111152040.pAFKe5ev084162@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Manolis Kiagias Cc: 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 Reply-To: Manolis Kiagias List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2011 20:40:05 -0000 The following reply was made to PR docs/162597; it has been noted by GNATS. From: Manolis Kiagias To: bug-followup@FreeBSD.org, rvclayton@acm.org Cc: Subject: Re: docs/162597: Handbook section 12.14.3 example unclear. Date: Tue, 15 Nov 2011 22:36:06 +0200 We shouldn't really direct the user to check anything in GENERIC, since the device is there by default. 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?