-N option to diff is not essential, and mentioning it is unnecessarily
authorBodo Möller <bodo@openssl.org>
Fri, 1 Sep 2000 09:42:17 +0000 (09:42 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 1 Sep 2000 09:42:17 +0000 (09:42 +0000)
confusing to people whose diff doesn't implement it.

README

diff --git a/README b/README
index 320ac1b9b1d1e43b6e4882f510fc7be867a7411e..7e3e93b64f29028188dde532234f48afbc6f3f00 100644 (file)
--- a/README
+++ b/README
  # [your changes]
  # ./Configure dist; make clean
  # cd ..
  # [your changes]
  # ./Configure dist; make clean
  # cd ..
- # diff -urN openssl-orig openssl-work > mydiffs.patch
+ # diff -ur openssl-orig openssl-work > mydiffs.patch