From: Bodo Möller Date: Fri, 1 Sep 2000 09:42:17 +0000 (+0000) Subject: -N option to diff is not essential, and mentioning it is unnecessarily X-Git-Tag: OpenSSL-engine-0_9_6-beta1~12^2~40 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=5b774c67d3d6043457501b430bd30ec0f45fa668 -N option to diff is not essential, and mentioning it is unnecessarily confusing to people whose diff doesn't implement it. --- diff --git a/README b/README index 320ac1b9b1..7e3e93b64f 100644 --- a/README +++ b/README @@ -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