]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
extensions: libxt_LOG: use generic syslog reference in manpage
authorLaurence J. Lane <ljlane@debian.org>
Fri, 6 Sep 2013 21:46:00 +0000 (17:46 -0400)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 27 Sep 2013 14:33:13 +0000 (16:33 +0200)
Fedora, ArchLinux, Ubuntu, and Debian, at the least, use
alternative syslog daemons by default these days. Let's make
the syslog reference generic.

Reference: http://bugs.debian.org/567564

Signed-off-by: Laurence J. Lane <ljlane@debian.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
extensions/libxt_LOG.man

index 6d3a83a4f9d5264dcc5327e288dd904466cc12f5..354edf4cc29161ef6431edd5f05d9ac707344fb8 100644 (file)
@@ -1,10 +1,8 @@
 Turn on kernel logging of matching packets.  When this option is set
 for a rule, the Linux kernel will print some information on all
 matching packets (like most IP/IPv6 header fields) via the kernel log
-(where it can be read with
-.I dmesg
-or
-.IR syslogd (8)).
+(where it can be read with \fIdmesg(1)\fP or read in the syslog).
+.PP
 This is a "non-terminating target", i.e. rule traversal continues at
 the next rule.  So if you want to LOG the packets you refuse, use two
 separate rules with the same matching criteria, first using target LOG