-N option to diff is not essential, and mentioning it is unnecessarily

confusing to people whose diff doesn't implement it.
This commit is contained in:
Bodo Möller 2000-09-01 09:42:17 +00:00
parent 7049ef5f90
commit 5b774c67d3

2
README
View file

@ -174,4 +174,4 @@
# [your changes]
# ./Configure dist; make clean
# cd ..
# diff -urN openssl-orig openssl-work > mydiffs.patch
# diff -ur openssl-orig openssl-work > mydiffs.patch