From owner-cvs-doc@FreeBSD.ORG Thu Jul 13 19:49:37 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 3514916A4DF for ; Thu, 13 Jul 2006 19:49:37 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 644BA43D45 for ; Thu, 13 Jul 2006 19:49:34 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by nf-out-0910.google.com with SMTP id y25so344353nfb for ; Thu, 13 Jul 2006 12:49:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OijYOmfU7uARAeYZutUtSFmZJ1hM7bgSR5qwCqOBtBJN7M6TiPHl5svve73Y7ANU55bSIrKV4EFKHGSx2RCg+WK+NcvuqQIbowvpani4qQV2l5eJLabdZE258R8lHPHTKl++bc/U51JR377k7vYwEc/QKM7BPFkOJAP777RZstw= Received: by 10.48.1.4 with SMTP id 4mr1254206nfa; Thu, 13 Jul 2006 12:49:33 -0700 (PDT) Received: by 10.48.239.12 with HTTP; Thu, 13 Jul 2006 12:49:33 -0700 (PDT) Message-ID: <47d0403c0607131249q53e2232h1faf47873fb3fa44@mail.gmail.com> Date: Thu, 13 Jul 2006 19:49:33 +0000 From: "Ben Kaduk" To: "Tom Rhodes" In-Reply-To: <200607120218.k6C2IJUl043240@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607120218.k6C2IJUl043240@repoman.freebsd.org> Cc: 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: Thu, 13 Jul 2006 19:49:37 -0000 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 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! -Ben Kaduk