kerneldebug-online-ddb.html
Daniel Gerzo
danger at rulez.sk
Mon Feb 27 20:34:33 UTC 2006
Hello Kent,
Monday, February 27, 2006, 9:25:37 PM, you wrote:
> I recently encountered a problem that I had to add DDB debugging to my
> kernel. The manual specifies that I only needed to add "options DDB" to
> my kernel config file but DDB depends on KDB and that should be
> mentioned in the document. How do you do the diff to include the
> modified line? I have used FreeBSD for 7 years but never needed to do a
> doc send-pr.
You can still open a PR without actual patch, describing the problem
and where we can find it is just enought.
otherwise, if you still want to submit patch as well, use e.g.
# diff -ruN original.file new.file > file.diff
and then
# send-pr -a file.diff
--
Sincerely,
Daniel Gerzo
More information about the freebsd-doc
mailing list