From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ohsmtp02.ogw.rr.com ([65.24.7.37]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 1A9tXv-0004ii-00 for ; Wed, 15 Oct 2003 17:51:07 -0400 Received: from cpe-024-033-003-115.midsouth.rr.com (cpe-024-033-003-115.midsouth.rr.com [24.33.3.115]) by ohsmtp02.ogw.rr.com (8.12.10/8.12.2) with ESMTP id h9FLp2I6010414 for ; Wed, 15 Oct 2003 17:51:02 -0400 (EDT) Date: Wed, 15 Oct 2003 16:51:02 -0500 (CDT) From: Adam Myrow To: speakup@braille.uwo.ca Subject: Re: trying to create patches In-Reply-To: <000e01c392dd$66298290$6400a8c0@merlin> Message-ID: References: <000e01c392dd$66298290$6400a8c0@merlin> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Either use "diff -c file1 file2 > patchfile" or "diff -u file1 file2 > patchfile." The first form creates a context diff, and the second creates something called a unified diff. Either should work.