]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
doc: update ulogd man-page
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 11 Sep 2008 11:06:32 +0000 (13:06 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 11 Sep 2008 11:06:32 +0000 (13:06 +0200)
This patch updates ulogd man page to add information about
the new features.

Based on one Eric Leblond's patch.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
ulogd.8

diff --git a/ulogd.8 b/ulogd.8
index 7dfb2e97c51a969a45ca8ab32bebcc9f099e996f..fc8db1511d5336901c0b7ed67a1175fbf2a3937f 100644 (file)
--- a/ulogd.8
+++ b/ulogd.8
@@ -2,7 +2,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH ULOGD 8 "November 05, 2002" "Linux Netfilter"
+.TH ULOGD 8 "September 11, 2008" "Linux Netfilter"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-ulogd \- netfilter/iptables ULOG daemon
+ulogd \- netfilter/iptables logging daemon
 .SH SYNOPSIS
 .B ulogd [options]
 .SH DESCRIPTION
 .B ulogd
-connects to the netlink device of the Linux kernel and reads messages
-from the netfilter that get queued with the iptables ULOG target. For
-this to work you have to compile the ULOG target into your kernel or
-load the respective module.
+is a logging daemon that reads event messages coming from the Netfilter 
+connection tracking and the Netfilter packet logging subsystem. You have
+to enable support for connection tracking event delivery; ctnetlink and
+the NFLOG target in your Linux kernel 2.6.x or load their respective modules.
+The deprecated ULOG target (which has been superseded by NFLOG) is also
+supported.
 .PP
 The received messages can be logged into files or into a mySQL or
 PostgreSQL database.
@@ -42,6 +44,12 @@ show usage information
 .TP
 .B -V, --version
 show version information and copyright
+.TP
+.B -u <UID>, --uid <UID>
+change UID/GID
+.TP
+.B -i <pluginpath>, --info <pluginpath>
+display infos about plugin
 .SH FILES
 .I /etc/ulogd.conf
 .br