From 943d2d2ac1d0d6e9bd816a16ddfb428f74d63234 Mon Sep 17 00:00:00 2001
From: "W. Eric Norum"
Date: Mon, 8 Dec 2003 23:17:43 +0000
Subject: [PATCH] Add system command notes.
---
documentation/RELEASE_NOTES.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 598aaa0e1..516091ec3 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -70,6 +70,9 @@ an mbboRecord it thought the field was a USHORT instead of an ENUM.
A new function has been added epicsStrPrintEscaped, which converts
the standard C escape characters to \xxx characters.
+IOC shell system command
+The 'system' command has been added to the IOC shell. To enable this command, add registrar(iocshSystemCommand) to an application database description file.
+
Changes since 3.14.3