[lwatch-cvs] files/doc lwatch.conf.sgml, 1.10, 1.11 lwatch.sgml, 1.23, 1.24
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2010-02-12 14:37:41
|
Update of /cvsroot/lwatch/files/doc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9879 Modified Files: lwatch.conf.sgml lwatch.sgml Log Message: Fix typos. Remove some unneeded comments. Index: lwatch.conf.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.conf.sgml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lwatch.conf.sgml 23 Mar 2009 21:15:34 -0000 1.10 --- lwatch.conf.sgml 12 Feb 2010 14:37:30 -0000 1.11 *************** *** 76,80 **** <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> </refsect2> --- 76,80 ---- <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 split 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> </refsect2> *************** *** 176,180 **** <itemizedlist mark="dash" spacing="compact"> <listitem><para>fifo must exist</para></listitem> ! <listitem><para>proper name must be put in &conf; or given with -i comand line option</para></listitem> </itemizedlist> </para> --- 176,180 ---- <itemizedlist mark="dash" spacing="compact"> <listitem><para>fifo must exist</para></listitem> ! <listitem><para>proper name must be put in &conf; or given with -i command line option</para></listitem> </itemizedlist> </para> Index: lwatch.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** lwatch.sgml 23 Mar 2009 21:00:59 -0000 1.23 --- lwatch.sgml 12 Feb 2010 14:37:30 -0000 1.24 *************** *** 84,98 **** </refsect1> - <!-- Piszemy lwatch.conf(5) - <refsect1> - <title>CONFIGURATION FILE</title> - <para>There is no documentation for configuration file as for now. Look at - provided file, there are a lot of comments there.</para> - <para>I am going to make some changes in configuration file before - 1.0-stable release. I will also provide docs about how to configure lwatch - in this release.</para> - </refsect1> - --> - <refsect1> <title>COMMAND LINE OPTIONS</title> --- 84,87 ---- *************** *** 177,181 **** <itemizedlist mark="dash" spacing="compact"> <listitem><para>fifo must exist</para></listitem> ! <listitem><para>proper name must be put in &conf; or given with -i comand line option</para></listitem> </itemizedlist> </para> --- 166,170 ---- <itemizedlist mark="dash" spacing="compact"> <listitem><para>fifo must exist</para></listitem> ! <listitem><para>proper name must be put in &conf; or given with -i command line option</para></listitem> </itemizedlist> </para> |