Index: openacs-4/packages/bug-tracker/www/patch-submission-instructions.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/patch-submission-instructions.html,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/bug-tracker/www/patch-submission-instructions.html 20 Sep 2002 15:08:57 -0000 1.1
+++ openacs-4/packages/bug-tracker/www/patch-submission-instructions.html 16 Jan 2003 13:43:58 -0000 1.2
@@ -12,7 +12,10 @@
better, cvs diff -u
and in either case you should
then inspect the resulting patch file to insure that it is what
you expect and manually remove any changes which should not be
- part of the submitted patch.
+ part of the submitted patch. For people not using GNU diff,
+ -u and -N may not work, use -c for context diffs, and
+ diff /dev/null filename to generate a diff to
+ create a file
.