From owner-freebsd-doc@FreeBSD.ORG Mon Feb 27 20:34:33 2006 Return-Path: X-Original-To: freebsd-doc@freebsd.org Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3104D16A420 for ; Mon, 27 Feb 2006 20:34:33 +0000 (GMT) (envelope-from danger@rulez.sk) Received: from virtual.micronet.sk (smtp.micronet.sk [84.16.32.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCB0F43D45 for ; Mon, 27 Feb 2006 20:34:32 +0000 (GMT) (envelope-from danger@rulez.sk) Received: from localhost (localhost [127.0.0.1]) by virtual.micronet.sk (Postfix) with ESMTP id 6094710E5CC; Mon, 27 Feb 2006 21:34:23 +0100 (CET) Received: from virtual.micronet.sk ([127.0.0.1]) by localhost (virtual.micronet.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84384-07; Mon, 27 Feb 2006 21:34:22 +0100 (CET) Received: from danger.mcrn.sk (danger.mcrn.sk [84.16.37.254]) by virtual.micronet.sk (Postfix) with ESMTP id 9ECA810E57E; Mon, 27 Feb 2006 21:34:22 +0100 (CET) Date: Mon, 27 Feb 2006 21:31:13 +0100 From: Daniel Gerzo X-Mailer: The Bat! (v3.62.14) Professional X-Priority: 3 (Normal) Message-ID: <1767999110.20060227213113@rulez.sk> To: Kent Stewart In-Reply-To: <200602271225.38009.kstewart@owt.com> References: <200602271225.38009.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at virtual.micronet.sk Cc: freebsd-doc@freebsd.org Subject: Re: kerneldebug-online-ddb.html X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 20:34:33 -0000 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