[lwatch-cvs] files/doc lwatch.conf.sgml,1.4,1.5 lwatch.sgml,1.19,1.20
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-17 07:40:53
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28374 Modified Files: lwatch.conf.sgml lwatch.sgml Log Message: Proofreading, thank to pelotas. Index: lwatch.conf.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.conf.sgml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lwatch.conf.sgml 11 Aug 2004 13:37:04 -0000 1.4 --- lwatch.conf.sgml 17 Aug 2004 07:36:58 -0000 1.5 *************** *** 70,75 **** <para><option>serv_color</option> - default color of service part</para> <para><option>mesg_color</option> - default color of message part</para> ! <para><option>input_file</option> - where lwatch is reading data from, built-in default is &infile;, could be overwriten with command line option <option>-i</option></para> ! <para><option>output_file</option> - where lwatch output colored data; built-in default is stdout (-), could be overwriten with command line option <option>-o</option></para> <para><option>show_unparsed</option> - by default lwatch ignores lines which cannot be splitted into date, host, service and message, set this variable to yes if you would like to see those lines; it is the same as command line option <option>-s</option></para> --- 70,75 ---- <para><option>serv_color</option> - default color of service part</para> <para><option>mesg_color</option> - default color of message part</para> ! <para><option>input_file</option> - where lwatch is reading data from, built-in default is &infile;, could be overwritten with command line option <option>-i</option></para> ! <para><option>output_file</option> - where lwatch output colored data; built-in default is stdout (-), could be overwritten with command line option <option>-o</option></para> <para><option>show_unparsed</option> - by default lwatch ignores lines which cannot be splitted into date, host, service and message, set this variable to yes if you would like to see those lines; it is the same as command line option <option>-s</option></para> Index: lwatch.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** lwatch.sgml 11 Aug 2004 13:37:04 -0000 1.19 --- lwatch.sgml 17 Aug 2004 07:36:58 -0000 1.20 *************** *** 222,226 **** <refsect1> <title>NOTE FROM AUTHOR</title> ! <para>I have writen this tool for my own needs because perl tools, however flexible, eated a lot of memory and CPU. I have found it useful and I share it with the Open Source Community. But still, developing of this software is driven --- 222,226 ---- <refsect1> <title>NOTE FROM AUTHOR</title> ! <para>I have written this tool for my own needs because perl tools, however flexible, eated a lot of memory and CPU. I have found it useful and I share it with the Open Source Community. But still, developing of this software is driven |