[lwatch-cvs] files/doc lwatch.1.in,1.18,1.19
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2004-08-10 14:11:53
|
Update of /cvsroot/lwatch/files/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15472 Modified Files: lwatch.1.in Log Message: Create stub from XML. Index: lwatch.1.in =================================================================== RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** lwatch.1.in 10 Aug 2004 14:08:09 -0000 1.18 --- lwatch.1.in 10 Aug 2004 14:11:44 -0000 1.19 *************** *** 58,62 **** .PP \fBlwatch\fR [-C \fIfilename\fR] [--config \fIfilename\fR] [-i \fIfilename\fR] [--input \fIfilename\fR] [-o \fIfilename\fR] [--output \fIfilename\fR] [-sOhv] [--show-unparsed] [--omit-rc] [--help] ! .SH "Description" .PP Lwatch is a log colorizer. It reads syslog/syslog-ng data --- 58,62 ---- .PP \fBlwatch\fR [-C \fIfilename\fR] [--config \fIfilename\fR] [-i \fIfilename\fR] [--input \fIfilename\fR] [-o \fIfilename\fR] [--output \fIfilename\fR] [-sOhv] [--show-unparsed] [--omit-rc] [--help] ! .SH "DESCRIPTION" .PP Lwatch is a log colorizer. It reads syslog/syslog-ng data *************** *** 76,89 **** you wish. You are able to set a new color for any part (date, host, service, message) using regexp based patterns. ! .SH "Configuration file" ! .PP ! There is no documentation for configuration file as for now. Look at ! provided file, there are a lot of comments there. ! .PP ! 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. ! .SH "Command line options" .PP .IP "\fB-C \fIfilename\fR\fP" 10 --- 76,82 ---- you wish. You are able to set a new color for any part (date, host, service, message) using regexp based patterns. ! .SH "COMMAND LINE OPTIONS" .PP + Lwatch accepts some command line options. Command line options have precedence over values from configuration file. .IP "\fB-C \fIfilename\fR\fP" 10 *************** *** 95,99 **** .IP "\fB-o \fIfilename\fR\fP" 10 .IP "\fB--output \fIfilename\fR\fP" 10 ! write colored logs to filename instead of standard output .IP "\fB-s\fP" 10 .IP "\fB--show-unparsed\fP" 10 --- 88,92 ---- .IP "\fB-o \fIfilename\fR\fP" 10 .IP "\fB--output \fIfilename\fR\fP" 10 ! write colored logs to filename instead stdout .IP "\fB-s\fP" 10 .IP "\fB--show-unparsed\fP" 10 *************** *** 108,112 **** .IP "\fB--version\fP" 10 show version and copyright notices ! .SH "Running" .PP Preferred way to run lwatch is to read syslog messages from named fifo or from standard input. --- 101,105 ---- .IP "\fB--version\fP" 10 show version and copyright notices ! .SH "RUNNING" .PP Preferred way to run lwatch is to read syslog messages from named fifo or from standard input. *************** *** 131,135 **** fifo must exist .IP " \(bu" 6 ! proper name must be put in @CONFDIR@/lwatch.conf .PP In syslog-ng you can run lwatch directly from syslog, i.e.: --- 124,128 ---- fifo must exist .IP " \(bu" 6 ! proper name must be put in @CONFDIR@/lwatch.conf or given with -i comand line option .PP In syslog-ng you can run lwatch directly from syslog, i.e.: *************** *** 143,147 **** .fi ! .SH "Copyright" .PP This program is free software; you can redistribute it and/or modify --- 136,150 ---- .fi ! .PP ! Lwatch does not support reading from regular files. If you really need this functionality use following command: ! ! .PP ! .nf ! .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n ! tail -f /path/to/filename | lwatch -i- ! .fi ! It could be subject of change in the future. ! ! .SH "COPYRIGHT" .PP This program is free software; you can redistribute it and/or modify *************** *** 156,158 **** ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ ! .\" created by instant / docbook-to-man, Tue 10 Aug 2004, 14:46 --- 159,164 ---- ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ ! .SH "SEE ALSO" ! .PP ! lwatch.conf(5) ! .\" created by instant / docbook-to-man, Tue 10 Aug 2004, 16:10 |