From fd2307e27ec2740f41189c0bda73217aaf74034c Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Mon, 29 Apr 2002 18:12:38 +0000 Subject: [PATCH] Change the use of diff in the submitting documentation url from -c to -ru --- en/docproj/submitting.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/docproj/submitting.sgml b/en/docproj/submitting.sgml index f6f555c519..9c14362549 100644 --- a/en/docproj/submitting.sgml +++ b/en/docproj/submitting.sgml @@ -1,6 +1,6 @@ - + %includes; ]> @@ -117,7 +117,7 @@
  • Make the diff. The command to do this is

    -    % diff -c foo.sgml.old foo.sgml > foo.diff
    +    % diff -ru foo.sgml.old foo.sgml > foo.diff
     	

    This looks at the difference between the two files, and writes them