Suggest the user to use 'diff -urN' instead of 'diff -crN'.

Submitted by:	Jimmie James  <jimmiejaz@gmail.com>
PR:		docs/88427
This commit is contained in:
delphij 2005-11-03 03:49:57 +00:00
parent 681f3fdd39
commit c4f51b4051

View File

@ -494,7 +494,7 @@ tree (possibly including new files), which you would like to show to others
.B send-pr(1)
program), you could type
.sp
diff -crN foo.orig foo >foo.diff
diff -urN foo.orig foo >foo.diff
.sp
where
.I foo.orig