[lwatch-cvs] files/doc lwatch.sgml,1.24,1.25
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2010-07-29 17:30:47
|
Update of /cvsroot/lwatch/files/doc In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25018/doc Modified Files: lwatch.sgml Log Message: Finally, two features are almost ready: - syslog support - run as daemon Index: lwatch.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** lwatch.sgml 12 Feb 2010 14:37:30 -0000 1.24 --- lwatch.sgml 29 Jul 2010 17:30:34 -0000 1.25 *************** *** 56,61 **** <arg>-o <replaceable>filename</replaceable></arg> <arg>--output <replaceable>filename</replaceable></arg> ! <arg>-sOhv</arg> <arg>--show-unparsed</arg> <arg>--omit-rc</arg> <arg>--help</arg> --- 56,62 ---- <arg>-o <replaceable>filename</replaceable></arg> <arg>--output <replaceable>filename</replaceable></arg> ! <arg>-sdOhv</arg> <arg>--show-unparsed</arg> + <arg>--daemon</arg> <arg>--omit-rc</arg> <arg>--help</arg> *************** *** 117,120 **** --- 118,129 ---- </listitem> </varlistentry> + + <varlistentry> + <term><option>-d</option></term> + <term><option>--daemon</option></term> + <listitem> + <para>run as daemon, detach from control terminal, move to background<!--, this is default, when run as lwatchd --></para> + </listitem> + </varlistentry> <varlistentry> <term><option>-O</option></term> *************** *** 124,127 **** --- 133,137 ---- </listitem> </varlistentry> + <varlistentry> <term><option>-h</option></term> |