[lwatch-cvs] files/doc lwatch.1.in,1.17,1.18 lwatch.sgml,1.16,1.17
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-10 14:08:23
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14216 Modified Files: lwatch.1.in lwatch.sgml Log Message: This manual is almost ready. Index: lwatch.1.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** lwatch.1.in 3 Jan 2004 23:05:13 -0000 1.17 --- lwatch.1.in 10 Aug 2004 14:08:09 -0000 1.18 *************** *** 156,158 **** ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ ! .\" created by instant / docbook-to-man, Sat 03 Jan 2004, 23:56 --- 156,158 ---- ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ ! .\" created by instant / docbook-to-man, Tue 10 Aug 2004, 14:46 Index: lwatch.sgml =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** lwatch.sgml 7 Apr 2003 14:17:54 -0000 1.16 --- lwatch.sgml 10 Aug 2004 14:08:09 -0000 1.17 *************** *** 9,13 **** This file is part of the LogWatcher tool. ! Copyright (C) 2002 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or --- 9,13 ---- This file is part of the LogWatcher tool. ! Copyright (C) 2002,2003,2004 Artur Robert Czechowski The LogWatcher is free software; you can redistribute it and/or *************** *** 48,52 **** <refsynopsisdiv> - <!-- <title>Synopsis</title> --> <cmdsynopsis> <command>lwatch</command> --- 48,51 ---- *************** *** 57,64 **** <arg>-o <replaceable>filename</replaceable></arg> <arg>--output <replaceable>filename</replaceable></arg> ! <arg>-<!-- c -->sOhv</arg> ! <!-- ! <arg>- -create-fifo</arg> ! --> <arg>--show-unparsed</arg> <arg>--omit-rc</arg> --- 56,60 ---- <arg>-o <replaceable>filename</replaceable></arg> <arg>--output <replaceable>filename</replaceable></arg> ! <arg>-sOhv</arg> <arg>--show-unparsed</arg> <arg>--omit-rc</arg> *************** *** 68,72 **** <refsect1> ! <title>Description</title> <para>Lwatch is a log colorizer. It reads syslog/syslog-ng data --- 64,68 ---- <refsect1> ! <title>DESCRIPTION</title> <para>Lwatch is a log colorizer. It reads syslog/syslog-ng data *************** *** 88,93 **** </refsect1> <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> --- 84,90 ---- </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> *************** *** 96,103 **** in this release.</para> </refsect1> <refsect1> ! <title>Command line options</title> <para> <variablelist> <varlistentry> --- 93,102 ---- in this release.</para> </refsect1> + --> <refsect1> ! <title>COMMAND LINE OPTIONS</title> <para> + Lwatch accepts some command line options. Command line options have precedence over values from configuration file. <variablelist> <varlistentry> *************** *** 119,123 **** <term><option>--output <replaceable>filename</replaceable></option></term> <listitem> ! <para>write colored logs to filename instead of standard output</para> </listitem> </varlistentry> --- 118,122 ---- <term><option>--output <replaceable>filename</replaceable></option></term> <listitem> ! <para>write colored logs to filename instead stdout</para> </listitem> </varlistentry> *************** *** 162,166 **** <refsect1> ! <title>Running</title> <para>Preferred way to run lwatch is to read syslog messages from named fifo or from standard input.</para> <para>If you use syslog you really want to read messages from named fifo. --- 161,165 ---- <refsect1> ! <title>RUNNING</title> <para>Preferred way to run lwatch is to read syslog messages from named fifo or from standard input.</para> <para>If you use syslog you really want to read messages from named fifo. *************** *** 178,182 **** <itemizedlist mark="dash" spacing="compact"> <listitem><para>fifo must exist</para></listitem> ! <listitem><para>proper name must be put in &conf;</para></listitem> </itemizedlist> </para> --- 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> *************** *** 187,194 **** </literallayout> </para> </refsect1> <refsect1> ! <title>Copyright</title> <para>This program is free software; you can redistribute it and/or modify --- 186,199 ---- </literallayout> </para> + + <para> + Lwatch does not support reading from regular files. If you really need this functionality use following command: + <literallayout>tail -f /path/to/filename | lwatch -i-</literallayout> + It could be subject of change in the future. + </para> </refsect1> <refsect1> ! <title>COPYRIGHT</title> <para>This program is free software; you can redistribute it and/or modify *************** *** 205,219 **** </para> - - </refsect1> - <!-- <refsect1> ! <title>See also</title> <para>lwatch.conf(5)</para> </refsect1> - --> </refentry> --- 210,220 ---- </para> </refsect1> <refsect1> ! <title>SEE ALSO</title> <para>lwatch.conf(5)</para> </refsect1> </refentry> |