diff options
author | Bodo Möller <bodo@openssl.org> | 2000-09-01 11:42:17 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-09-01 11:42:17 +0200 |
commit | 5b774c67d3d6043457501b430bd30ec0f45fa668 (patch) | |
tree | 2a5898823f0f9b752e29ed8719033771747c9067 /README | |
parent | Add demo state machine. (diff) | |
download | openssl-5b774c67d3d6043457501b430bd30ec0f45fa668.tar.xz openssl-5b774c67d3d6043457501b430bd30ec0f45fa668.zip |
-N option to diff is not essential, and mentioning it is unnecessarily
confusing to people whose diff doesn't implement it.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |