summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c6d38671c..a1046f27b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@
in example style patterns to assure fixed strings can't match
the wrong field positions
+2015-01-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
+
+ * unposted: README: fix deliberate error in previous update.
+
2015-01-13 Peter Stephenson <p.stephenson@samsung.com>
* 34260: Eric Cook: Completion/Unix/Command/_ip: relax
diff --git a/README b/README
index 218f27d58..4d2b6c17e 100644
--- a/README
+++ b/README
@@ -69,12 +69,10 @@ Old behaviour:
% integer var
% print $(( var = 5.5 / 2.0 ))
-2.2000000000000002
+2.75
% print $var
2
-(the actual rounding error may vary).
-
New behaviour:
% integer var