From 227af040b0651c4bab1298f04cf1943617f0e8de Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 29 Sep 2008 19:29:12 +0000 Subject: [PATCH] Document new camonitor timestamp options. --- documentation/RELEASE_NOTES.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 2d7ddaa55..9b6362119 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,13 +12,25 @@

Changes between 3.14.9 and 3.14.10

+

camonitor timestamp support

+ +

The camonitor program now supports the ability to display both +server- and client-side timestamps, simultaneously if requested. The old +command-line options -r -i and -I that controlled the +timestamp display have been replaced with a new -t option that takes +additional argument letters to control which timestamp sources and output format +should be used.

+ +

See the Command Line Tools section of the Channel Access reference manual or +run camonitor -h for a summary of the options.

+

New "stdio" stringout device support

A new device support has been added that allows a stringout record to output one-line messages to stdout, stderr or the errlog subsystem. Use DTYP="stdio" and set the OUT field to one of "@stdout", "@stderr" or "@errlog" to control the message destination. A newline is appended to the contents of the record's VAL -field before printing.

+field when printing.

General Time subsystem