[lwatch-cvs] files/doc lwatch.1.in,1.11,1.12 lwatch.sgml,1.14,1.15
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-04-04 15:12:18
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv9220/doc
Modified Files:
lwatch.1.in lwatch.sgml
Log Message:
- --fifo and -f are deprecated, use --input and -i instead
- new options for output file (-o and --output)
- -o means output file, use -O for omit config file
- fifo_file in configuration file is deprecated, use input_file instead it
- new option output_file in configuration
Index: lwatch.1.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** lwatch.1.in 25 Mar 2003 13:15:48 -0000 1.11
--- lwatch.1.in 4 Apr 2003 15:11:40 -0000 1.12
***************
*** 59,63 ****
.SH "SYNOPSIS"
.PP
! \fBlwatch\fP [-C \fIfilename\fP] [--config \fIfilename\fP] [-f \fIfilename\fP] [--fifo \fIfilename\fP] [-soh] [--show-unparsed] [--omit-rc] [--help]
.SH "Description"
.PP
--- 59,63 ----
.SH "SYNOPSIS"
.PP
! \fBlwatch\fP [-C \fIfilename\fP] [--config \fIfilename\fP] [-i \fIfilename\fP] [--input \fIfilename\fP] [-o \fIfilename\fP] [--output \fIfilename\fP] [-sOhv] [--show-unparsed] [--omit-rc] [--help]
.SH "Description"
.PP
***************
*** 92,107 ****
.IP "\fB--config \fIfilename\fP\fP" 10
read config from filename instead of @CONFDIR@/lwatch.conf
! .IP "\fB-f \fIfilename\fP\fP" 10
! .IP "\fB--fifo \fIfilename\fP\fP" 10
read data from named fifo filename instead of @INPUTFILE@
.IP "\fB-s\fP" 10
.IP "\fB--show-unparsed\fP" 10
show unparsed lines like `last message repeated 5 times' or `--- MARK ---'
! .IP "\fB-o\fP" 10
.IP "\fB--omit-rc\fP" 10
do not read values from config file
.IP "\fB-h\fP" 10
.IP "\fB--help\fP" 10
! show help about runtime option
.SH "Running"
.PP
--- 92,113 ----
.IP "\fB--config \fIfilename\fP\fP" 10
read config from filename instead of @CONFDIR@/lwatch.conf
! .IP "\fB-i \fIfilename\fP\fP" 10
! .IP "\fB--input \fIfilename\fP\fP" 10
read data from named fifo filename instead of @INPUTFILE@
+ .IP "\fB-o \fIfilename\fP\fP" 10
+ .IP "\fB--output \fIfilename\fP\fP" 10
+ write colored logs to filename instead of standard output
.IP "\fB-s\fP" 10
.IP "\fB--show-unparsed\fP" 10
show unparsed lines like `last message repeated 5 times' or `--- MARK ---'
! .IP "\fB-O\fP" 10
.IP "\fB--omit-rc\fP" 10
do not read values from config file
.IP "\fB-h\fP" 10
.IP "\fB--help\fP" 10
! show help about runtime option
! .IP "\fB-v\fP" 10
! .IP "\fB--version\fP" 10
! show version and copyright notices
.SH "Running"
.PP
***************
*** 133,137 ****
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
log { source(src); destination(console_all);};
! destination console_all {program("@BINDIR@/lwatch -f- > /dev/tty11"); };
.fi
--- 139,143 ----
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
log { source(src); destination(console_all);};
! destination console_all {program("@BINDIR@/lwatch -i- -o/dev/tty11"); };
.fi
***************
*** 150,152 ****
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
! ...\" created by instant / docbook-to-man, Tue 25 Mar 2003, 13:12
--- 156,158 ----
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
! ...\" created by instant / docbook-to-man, Fri 04 Apr 2003, 16:16
Index: lwatch.sgml
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** lwatch.sgml 24 Mar 2003 14:23:40 -0000 1.14
--- lwatch.sgml 4 Apr 2003 15:11:41 -0000 1.15
***************
*** 53,59 ****
<arg>-C <replaceable>filename</replaceable></arg>
<arg>--config <replaceable>filename</replaceable></arg>
! <arg>-f <replaceable>filename</replaceable></arg>
! <arg>--fifo <replaceable>filename</replaceable></arg>
! <arg>-<!-- c -->soh</arg>
<!--
<arg>- -create-fifo</arg>
--- 53,61 ----
<arg>-C <replaceable>filename</replaceable></arg>
<arg>--config <replaceable>filename</replaceable></arg>
! <arg>-i <replaceable>filename</replaceable></arg>
! <arg>--input <replaceable>filename</replaceable></arg>
! <arg>-o <replaceable>filename</replaceable></arg>
! <arg>--output <replaceable>filename</replaceable></arg>
! <arg>-<!-- c -->sOhv</arg>
<!--
<arg>- -create-fifo</arg>
***************
*** 107,112 ****
</varlistentry>
<varlistentry>
! <term><option>-f <replaceable>filename</replaceable></option></term>
! <term><option>--fifo <replaceable>filename</replaceable></option></term>
<listitem>
<para>read data from named fifo filename instead of &infile;</para>
--- 109,114 ----
</varlistentry>
<varlistentry>
! <term><option>-i <replaceable>filename</replaceable></option></term>
! <term><option>--input <replaceable>filename</replaceable></option></term>
<listitem>
<para>read data from named fifo filename instead of &infile;</para>
***************
*** 114,117 ****
--- 116,126 ----
</varlistentry>
<varlistentry>
+ <term><option>-o <replaceable>filename</replaceable></option></term>
+ <term><option>--output <replaceable>filename</replaceable></option></term>
+ <listitem>
+ <para>write colored logs to filename instead of standard output</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>-s</option></term>
<term><option>--show-unparsed</option></term>
***************
*** 121,125 ****
</varlistentry>
<varlistentry>
! <term><option>-o</option></term>
<term><option>--omit-rc</option></term>
<listitem>
--- 130,134 ----
</varlistentry>
<varlistentry>
! <term><option>-O</option></term>
<term><option>--omit-rc</option></term>
<listitem>
***************
*** 134,137 ****
--- 143,153 ----
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>-v</option></term>
+ <term><option>--version</option></term>
+ <listitem>
+ <para>show version and copyright notices</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
***************
*** 166,170 ****
<literallayout>
log { source(src); destination(console_all);};
! destination console_all {program("&bin; -f- > /dev/tty11"); };
</literallayout>
</para>
--- 182,186 ----
<literallayout>
log { source(src); destination(console_all);};
! destination console_all {program("&bin; -i- -o/dev/tty11"); };
</literallayout>
</para>
|