From owner-cvs-doc@FreeBSD.ORG Fri Jul 14 10:13:52 2006 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C740116A4DD; Fri, 14 Jul 2006 10:13:52 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B9243D4C; Fri, 14 Jul 2006 10:13:49 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k6EAPoec012568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 14 Jul 2006 06:25:50 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Fri, 14 Jul 2006 06:13:27 -0400 From: Tom Rhodes To: "Ben Kaduk" Message-Id: <20060714061327.4605452f.trhodes@FreeBSD.org> In-Reply-To: <47d0403c0607131249q53e2232h1faf47873fb3fa44@mail.gmail.com> References: <200607120218.k6C2IJUl043240@repoman.freebsd.org> <47d0403c0607131249q53e2232h1faf47873fb3fa44@mail.gmail.com> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: trhodes@FreeBSD.org, doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 10:13:52 -0000 On Thu, 13 Jul 2006 19:49:33 +0000 "Ben Kaduk" wrote: > On 7/12/06, Tom Rhodes wrote: > > trhodes 2006-07-12 02:18:19 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en_US.ISO8859-1/books/developers-handbook/kerneldebug > > chapter.sgml > > Log: > > MFp4: Bring the kernel debugging section up to reality. > > > > Requested by: rwatson > > > > Revision Changes Path > > 1.67 +35 -16 doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml > > _______________________________________________ > > cvs-doc@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/cvs-doc > > To unsubscribe, send any mail to "cvs-doc-unsubscribe@freebsd.org" > > > > Hello, Tom, > > I am sorry to be picking nits here, but I think that in this hunk: > @@ -498,6 +498,7 @@ > To configure your kernel to include DDB, add the option line > > options DDB > + options KDB > > to your config file, and rebuild. (See url="&url.books.handbook;/index.html">The FreeBSD Handbook > for details on > > you should be saying "add the option lines" instead of "add the option > line" -- now, we want the user to add both DDB and KDB, so the plural > seems appropriate. > > Thanks for adding this update -- I think I missed a couple of the > changes that went in! I Ben, thanks for pointing this out to me. I have fixed this as well as another issue in my development branch. It will be merged into the handbook and appear on the website after that. -- Tom Rhodes