X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Thu, 15 Apr 2004 14:52:06 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <6480-Thu15Apr2004145205+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <200404081606.i38G6ksO010800@delorie.com> (cvs@delorie.com) Subject: Re: djgpp: djgpp/src/docs/kb/develop.txi References: <200404081606 DOT i38G6ksO010800 AT delorie DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Thu, 8 Apr 2004 12:06:46 -0400 > From: "cvs-ams AT delorie DOT com" > > + When you prepare a patch use @samp{diff -upr djgpp.old djgpp.new} or > + @samp{diff -cpr djgpp.old djgpp.new}. These are commands users type, so it is better to use @kbd rather than @samp here. > The directory names > + @samp{djgpp.old} and @samp{djgpp.new} are just examples I'd use @file here, as these are file names. > + Similarly if you use cvs diff use @samp{cvs -z3 diff -up djgpp} or > + @samp{cvs -z3 diff -cp djgpp}. I think the -p option is only good for *.c files; in the other files it tends to clutter the patch with no real benefit.