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:
Xin LI 2005-11-03 03:49:57 +00:00
parent d1f16b4d2e
commit 165edba6a7

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