From c4f51b40511670f148550caa0d16bba6bd30f3fa Mon Sep 17 00:00:00 2001 From: delphij Date: Thu, 3 Nov 2005 03:49:57 +0000 Subject: [PATCH] Suggest the user to use 'diff -urN' instead of 'diff -crN'. Submitted by: Jimmie James PR: docs/88427 --- gnu/usr.bin/diff/diff.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/diff/diff.1 b/gnu/usr.bin/diff/diff.1 index f04d90f93498..5597347a01b9 100644 --- a/gnu/usr.bin/diff/diff.1 +++ b/gnu/usr.bin/diff/diff.1 @@ -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