diff --git a/bugs.htm b/bugs.htm index 7c1ce18..bb85a8d 100644 --- a/bugs.htm +++ b/bugs.htm @@ -64,7 +64,7 @@ a bug in the file intentional_bug.hpp:
  • Make sure that the bug is still present in the code.
  • Copy the file intentional_bug.hpp to a file called intentional_bug.hpp.orig.
  • Apply your changes to intentional_bug.hpp.
  • -
  • Run "diff -c intentional_bug.hpp.orig intentional_bug.hpp > intentional_bug.hpp.patch" from the command prompt.
  • +
  • Run "diff -du intentional_bug.hpp.orig intentional_bug.hpp > intentional_bug.hpp.patch" from the command prompt.
  • Submit the patch file together with an explanation of the bug and the proposed fix; and don't forget to include the word patch or bug in the subject if you're submitting to the boost mailing list.