Date: Fri, 14 Jul 2006 06:13:27 -0400 From: Tom Rhodes <trhodes@FreeBSD.org> To: "Ben Kaduk" <minimarmot@gmail.com> 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 Message-ID: <20060714061327.4605452f.trhodes@FreeBSD.org> In-Reply-To: <47d0403c0607131249q53e2232h1faf47873fb3fa44@mail.gmail.com> References: <200607120218.k6C2IJUl043240@repoman.freebsd.org> <47d0403c0607131249q53e2232h1faf47873fb3fa44@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 Jul 2006 19:49:33 +0000 "Ben Kaduk" <minimarmot@gmail.com> wrote: > On 7/12/06, Tom Rhodes <trhodes@freebsd.org> 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 @@ > <para>To configure your kernel to include DDB, add the option line > > <programlisting>options DDB</programlisting> > + <programlisting>options KDB</programlisting> > > to your config file, and rebuild. (See <ulink > url="&url.books.handbook;/index.html">The FreeBSD Handbook</ulink> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060714061327.4605452f.trhodes>