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