Code

doc: Use asciidoc instead of a2x and added asciidoc.conf.
[sysdb.git] / doc / sysdbd-syslog.5.txt
1 sysdbd-syslog(5)
2 ================
3 :doctype: manpage
5 NAME
6 ----
7 sysdbd-syslog - syslog plugin
9 SYNOPSIS
10 --------
11   LoadPlugin syslog
13 DESCRIPTION
14 -----------
15 *syslog* is a plugin which connects to the local syslog daemon and forwards
16 all log messages to it.
18 CONFIGURATION
19 -------------
20 *syslog* does not currently accept any configuration options.
22 SEE ALSO
23 --------
24 manpage:sysdbd[1], manpage:sysdbd.conf[5]
26 AUTHOR
27 ------
28 SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
30 COPYRIGHT
31 ---------
32 Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
34 This is free software under the terms of the BSD license, see the source for
35 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
36 FITNESS FOR A PARTICULAR PURPOSE.
38 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :