From 5b774c67d3d6043457501b430bd30ec0f45fa668 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 1 Sep 2000 09:42:17 +0000 Subject: [PATCH 1/1] -N option to diff is not essential, and mentioning it is unnecessarily confusing to people whose diff doesn't implement it. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1