From 994e9471e4907cecbf8913195d36af24e3526026 Mon Sep 17 00:00:00 2001
From: Andrew Johnson
Date: Wed, 1 Apr 2009 17:47:46 +0000
Subject: [PATCH] Removed non-ASCII characters.
---
documentation/RELEASE_NOTES.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 25cd0c040..74aabf583 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -822,7 +822,7 @@ assignments. The value of the whole string is determined by the single
non-assignment expression, which may appear anywhere in the string. For
example, the following string causes a single CALC record to output the
successive values of a sine curve in 1 degree intervals:
-sin(a); a:=a+d2r
+sin(a); a:=a+d2r
Previously any expression that performed an invalid operation which would
generate a NaN or Inf result would be stopped immediately and return an error
@@ -861,8 +861,8 @@ and an Undefined/INVALID_ALARM being raised as a result.
An empty string is no longer a legal expression, therefor the CALC and
OCAL fields have been changed so that their default value is a literal
"0" string. Also any calcout record device support must now add the
-line #include "postfix.h" before the
-#include "calcoutRecord.h" line in the source code.
+line #include "postfix.h" before the
+#include "calcoutRecord.h" line in the source code.
recGblAlarmHook