Change the use of diff in the submitting documentation url from -c to

-ru
This commit is contained in:
Tom Rhodes 2002-04-29 18:12:38 +00:00
parent f1c9aa7873
commit fd2307e27e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12915

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/docproj/submitting.sgml,v 1.9 2001/11/07 17:55:32 phantom Exp $">
<!ENTITY date "$FreeBSD: www/en/docproj/submitting.sgml,v 1.10 2002/03/16 08:13:32 murray Exp $">
<!ENTITY title "FreeBSD Documentation Project: Submitting documentation">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -117,7 +117,7 @@
<li><p>Make the diff. The command to do this is</p>
<pre>
% <b>diff -c foo.sgml.old foo.sgml > foo.diff</b>
% <b>diff -ru foo.sgml.old foo.sgml > foo.diff</b>
</pre>
<p>This looks at the difference between the two files, and writes them