[lwatch-cvs] files/doc lwatch.1,NONE,1.1 lwatch.sgml,1.1,1.2
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-08-09 19:26:45
|
Update of /cvsroot/lwatch/files/doc
In directory usw-pr-cvs1:/tmp/cvs-serv9091
Modified Files:
lwatch.sgml
Added Files:
lwatch.1
Log Message:
Next step in writing documentation.
--- NEW FILE: lwatch.1 ---
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
...\"
...\" transcript compatibility for postscript use.
...\"
...\" synopsis: .P! <file.ps>
...\"
.de P!
\\&.
.fl \" force out current output buffer
\\!%PB
\\!/showpage{}def
...\" the following is from Ken Flowers -- it prevents dictionary overflows
\\!/tempdict 200 dict def tempdict begin
.fl \" prolog
.sy cat \\$1\" bring in postscript file
...\" the following line matches the tempdict above
\\!end % tempdict %
\\!PE
\\!.
.sp \\$2u \" move below the image
..
.de pF
.ie \\*(f1 .ds f1 \\n(.f
.el .ie \\*(f2 .ds f2 \\n(.f
.el .ie \\*(f3 .ds f3 \\n(.f
.el .ie \\*(f4 .ds f4 \\n(.f
.el .tm ? font overflow
.ft \\$1
..
.de fP
.ie !\\*(f4 \{\
. ft \\*(f4
. ds f4\"
' br \}
.el .ie !\\*(f3 \{\
. ft \\*(f3
. ds f3\"
' br \}
.el .ie !\\*(f2 \{\
. ft \\*(f2
. ds f2\"
' br \}
.el .ie !\\*(f1 \{\
. ft \\*(f1
. ds f1\"
' br \}
.el .tm ? font underflow
..
.ds f1\"
.ds f2\"
.ds f3\"
.ds f4\"
'\" t
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
.TH "lwatch" "1"
.SH "NAME"
lwatch \(em syntax highlighting for syslog/syslog-ng file
.SH "SYNOPSIS"
.PP
\fBlwatch\fP [-C \fIfilename\fP] [--config \fIfilename\fP] [-f \fIfilename\fP] [--fifo \fIfilename\fP] [-coh] [--create-fifo] [--omit-rc] [--help]
.SH "Description"
.PP
The lwatch is a log colorizer. It reads syslog/syslog-ng data
from named fifo or from stdin and display colored logs into
stdout.
.PP
The lwatch is highly user-customizable. It reads configuration
data from file /etc/lwatch.conf or (if given) from file provided with option
\fB-C\fP
.SH "Environment"
.PP
The lwatch does not use any VARIABLES
.SH "Running"
.PP
log { source(src); destination(console_all);};
.PP
destination console_all {program("/usr/bin/lwatch -f- > /dev/tty11"); };
.SH "Copyright"
.PP
GPL disclaimer should be placed here
.SH "See also"
.PP
lwatch.conf(5)
...\" created by instant / docbook-to-man, Fri 09 Aug 2002, 21:11
Index: lwatch.sgml
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lwatch.sgml 9 Jul 2002 14:27:35 -0000 1.1
--- lwatch.sgml 9 Aug 2002 19:26:36 -0000 1.2
***************
*** 84,87 ****
--- 84,94 ----
</refsect1>
+
+ <refsect1>
+ <title>Running</title>
+ <para>log { source(src); destination(console_all);};</para>
+ <para>destination console_all {program("/usr/bin/lwatch -f- > /dev/tty11"); };</para>
+ </refsect1>
+
<refsect1>
<title>Copyright</title>
|