summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-03 06:36:17 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-03 06:36:17 +0000
commit273e85926dedafd7d974de872dc61a89ac2dc8be (patch)
tree8cfb4ade5fc46add493e6693288ca9c915f60ef8
parent8b8cf2178cb0bfa4eaafcd028ce96a128381cf4f (diff)
downloadrsyslog-1-14-2.tar.gz
rsyslog-1-14-2.tar.xz
rsyslog-1-14-2.zip
updated rsyslogd man page with new options (-46A)v1-14-2
-rw-r--r--NEWS1
-rw-r--r--rfc3195d.82
-rw-r--r--rklogd.82
-rw-r--r--rsyslogd.832
4 files changed, 34 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ce3f3695..63fc3d35 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ Version 1.14.2 (RGer), 2007-07-03
Solaris again (the patch replaced a strndup() call, which is not
available under Solaris
- improved debug logging when waiting on select
+- updated rsyslogd man page with new options (-46A)
---------------------------------------------------------------------------
Version 1.14.1 (RGer/Peter Vrabec), 2007-06-29
- added Peter Vrabec's patch for IPv6 TCP
diff --git a/rfc3195d.8 b/rfc3195d.8
index 5f65b68c..2fef91b0 100644
--- a/rfc3195d.8
+++ b/rfc3195d.8
@@ -1,7 +1,7 @@
.\" Copyright 2005 Rainer Gerhards and Adiscon for the rsyslog modifications
.\" Distributed under the GNU General Public License.
.\"
-.TH RSYSLOGD 8 "04 October 2006" "Version 1.12.3 (unstable)" "Linux System Administration"
+.TH RSYSLOGD 8 "03 July 2007" "Version 1.14.2 (devel)" "Linux System Administration"
.SH NAME
rfc3195d \- RFC 3195 listener
.SH SYNOPSIS
diff --git a/rklogd.8 b/rklogd.8
index 521395a1..0bc7d768 100644
--- a/rklogd.8
+++ b/rklogd.8
@@ -4,7 +4,7 @@
.\" Sun Nov 19 23:22:21 MET: Martin Schulze: Updates
.\" Mon Aug 19 09:42:08 CDT 1996: Dr. G.W. Wettstein: Updates
.\"
-.TH RKLOGD 8 "21 JUNE 2007" "Version 1.13.5 (devel)" "Linux System Administration"
+.TH RKLOGD 8 "03 JULY 2007" "Version 1.14.2 (devel)" "Linux System Administration"
.SH NAME
rklogd \- Kernel Log Daemon
.LP
diff --git a/rsyslogd.8 b/rsyslogd.8
index e54f703a..5c8ec69d 100644
--- a/rsyslogd.8
+++ b/rsyslogd.8
@@ -1,16 +1,20 @@
.\" Copyright 2004-2005 Rainer Gerhards and Adiscon for the rsyslog modifications
.\" May be distributed under the GNU General Public License
.\"
-.TH RSYSLOGD 8 "21 June 2007" "Version 1.13.5 (devel)" "Linux System Administration"
+.TH RSYSLOGD 8 "03 July 2007" "Version 1.14.2 (devel)" "Linux System Administration"
.SH NAME
rsyslogd \- reliable and extended syslogd
.SH SYNOPSIS
.B rsyslogd
+.RB [ " \-4 " ]
+.RB [ " \-6 " ]
+.RB [ " \-A " ]
.RB [ " \-a "
.I socket
]
.RB [ " \-d " ]
.RB [ " \-e " ]
+.br
.RB [ " \-f "
.I config file
]
@@ -21,6 +25,7 @@ rsyslogd \- reliable and extended syslogd
.RB [ " \-l "
.I hostlist
]
+.br
.RB [ " \-m "
.I interval
]
@@ -94,6 +99,31 @@ man page.
.LP
.SH OPTIONS
.TP
+.BI "\-A"
+When sending UDP messages, there are potentially multiple pathes to
+the target destination. By default,
+.B rsyslogd
+only sends to the first target it can successfully send to. If -A
+is given, messages are sent to all targets. This may improve
+reliability, but may also cause message duplicaton. This option
+should enabled only if it is fully understood.
+.TP
+.BI "\-4"
+Causes
+.B rsyslogd
+to listen to IPv4 addresses only.
+If neither -4 nor -6 is given,
+.B rsyslogd
+listens to all configured addresses of the system.
+.TP
+.BI "\-6"
+Causes
+.B rsyslogd
+to listen to IPv6 addresses only.
+If neither -4 nor -6 is given,
+.B rsyslogd
+listens to all configured addresses of the system.
+.TP
.BI "\-a " "socket"
Using this argument you can specify additional sockets from that
.B rsyslogd