[lwatch-cvs] files/doc lwatch.sgml,NONE,1.1
Brought to you by:
arturcz
|
From: <ar...@us...> - 2002-07-09 14:27:38
|
Update of /cvsroot/lwatch/files/doc In directory usw-pr-cvs1:/tmp/cvs-serv27667 Added Files: lwatch.sgml Log Message: I dit it! I did it! First version of documentation. --- NEW FILE: lwatch.sgml --- <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!ENTITY conf "/etc/lwatch.conf"> <!ENTITY conf2 "<filename>/etc/lwatch.conf</filename>"> ]> <!-- 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 modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The LogWatcher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with the LogWatcher; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Artur R. Czechowski <ar...@he...> http://hell.pl/arturcz/ $Id: lwatch.sgml,v 1.1 2002/07/09 14:27:35 arturcz Exp $ $Source: /cvsroot/lwatch/files/doc/lwatch.sgml,v $ --> <refentry> <refentryinfo> <address> <email>ar...@he...</email> </address> <author> <firstname>Artur</firstname> <surname>Czechowski</surname> </author> <date>2002-07-09</date> </refentryinfo> <refmeta> <refentrytitle>lwatch</refentrytitle> <manvolnum>1</manvolnum> </refmeta> <refnamediv> <refname>lwatch</refname> <refpurpose>syntax highlighting for syslog/syslog-ng file</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>lwatch</command> <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>-coh</arg> <arg>--create-fifo</arg> <arg>--omit-rc</arg> <arg>--help</arg> </cmdsynopsis> </refsynopsisdiv> <refsect1> <title>Description</title> <para>The lwatch is a log colorizer. It reads syslog/syslog-ng data from named fifo or from stdin and display 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> </refsect1> <refsect1> <title>Environment</title> <para>The lwatch does not use any <envvar>VARIABLES</envvar></para> </refsect1> <refsect1> <title>Copyright</title> <para>GPL disclaimer should be placed here</para> </refsect1> <refsect1> <title>See also</title> <para>lwatch.conf(5)</para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:2 sgml-indent-data:t sgml-parent-document:nil sgml-default-dtd-file:nil sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: --> |