Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2006 21:31:13 +0100
From:      Daniel Gerzo <danger@rulez.sk>
To:        Kent Stewart <kstewart@owt.com>
Cc:        freebsd-doc@freebsd.org
Subject:   Re: kerneldebug-online-ddb.html
Message-ID:  <1767999110.20060227213113@rulez.sk>
In-Reply-To: <200602271225.38009.kstewart@owt.com>
References:  <200602271225.38009.kstewart@owt.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1767999110.20060227213113>