[lwatch-cvs] files/doc lwatch.1.in,1.6,1.7 lwatch.sgml,1.11,1.12
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-03-24 12:04:30
|
Update of /cvsroot/lwatch/files/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv26407
Modified Files:
lwatch.1.in lwatch.sgml
Log Message:
- language correct
Index: lwatch.1.in
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.1.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** lwatch.1.in 22 Mar 2003 18:34:09 -0000 1.6
--- lwatch.1.in 24 Mar 2003 12:04:24 -0000 1.7
***************
*** 62,71 ****
.SH "Description"
.PP
! The lwatch is a log colorizer. It reads syslog/syslog-ng data
from named fifo or from stdin and displays colored logs into
stdout.
.PP
! The lwatch is highly user-customizable. It reads configuration
! data from file @CONFDIR@/lwatch.conf or (if given) from file provided with option
\fB-C\fP
.PP
--- 62,71 ----
.SH "Description"
.PP
! Lwatch is a log colorizer. It reads syslog/syslog-ng data
from named fifo or from stdin and displays colored logs into
stdout.
.PP
! Lwatch is highly user-customizable. It reads configuration
! data from the file @CONFDIR@/lwatch.conf or (if given) from the file provided with option
\fB-C\fP
.PP
***************
*** 109,113 ****
.PP
If you use syslog you really want to read messages from named fifo.
! To do it put a line:
.PP
--- 109,113 ----
.PP
If you use syslog you really want to read messages from named fifo.
! To do it, put a line:
.PP
***************
*** 117,121 ****
.fi
! in your syslog.conf. Create apropriate fifo and restart syslog, then run
lwatch. You can also run lwatch before starting syslog.
.PP
--- 117,121 ----
.fi
! in your syslog.conf. Create appropriate fifo and restart syslog, then run
lwatch. You can also run lwatch before starting syslog.
.PP
***************
*** 123,127 ****
.IP " \(bu" 6
! fifo must exists
.IP " \(bu" 6
proper name must be put in @CONFDIR@/lwatch.conf
--- 123,127 ----
.IP " \(bu" 6
! fifo must exist
.IP " \(bu" 6
proper name must be put in @CONFDIR@/lwatch.conf
***************
*** 144,146 ****
option) any later version.
! ...\" created by instant / docbook-to-man, Sat 22 Mar 2003, 19:33
--- 144,146 ----
option) any later version.
! ...\" created by instant / docbook-to-man, Mon 24 Mar 2003, 13:03
Index: lwatch.sgml
===================================================================
RCS file: /cvsroot/lwatch/files/doc/lwatch.sgml,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** lwatch.sgml 22 Mar 2003 18:32:07 -0000 1.11
--- lwatch.sgml 24 Mar 2003 12:04:25 -0000 1.12
***************
*** 68,77 ****
<title>Description</title>
! <para>The lwatch is a log colorizer. It reads syslog/syslog-ng data
from named fifo or from stdin and displays colored logs into
stdout.</para>
! <para>The lwatch is highly user-customizable. It reads configuration
! data from file &conf; or (if given) from file provided with option
<option>-C</option></para>
--- 68,77 ----
<title>Description</title>
! <para>Lwatch is a log colorizer. It reads syslog/syslog-ng data
from named fifo or from stdin and displays colored logs into
stdout.</para>
! <para>Lwatch is highly user-customizable. It reads configuration
! data from the file &conf; or (if given) from the file provided with option
<option>-C</option></para>
***************
*** 149,157 ****
<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.
! To do it put a line:
<literallayout>
*.* |/tmp/your_fifo
</literallayout>
! in your syslog.conf. Create apropriate fifo and restart syslog, then run
lwatch. You can also run lwatch before starting syslog.</para>
--- 149,157 ----
<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.
! To do it, put a line:
<literallayout>
*.* |/tmp/your_fifo
</literallayout>
! in your syslog.conf. Create appropriate fifo and restart syslog, then run
lwatch. You can also run lwatch before starting syslog.</para>
***************
*** 159,163 ****
Remember:
<itemizedlist mark="dash" spacing="compact">
! <listitem><para>fifo must exists</para></listitem>
<listitem><para>proper name must be put in &conf;</para></listitem>
</itemizedlist>
--- 159,163 ----
Remember:
<itemizedlist mark="dash" spacing="compact">
! <listitem><para>fifo must exist</para></listitem>
<listitem><para>proper name must be put in &conf;</para></listitem>
</itemizedlist>
|