Added documentation for `-a' argument.

This commit is contained in:
Joey Schulze 1998-10-12 16:46:11 +00:00
parent f03fe8ea2c
commit f056a45925

View File

@ -2,11 +2,14 @@
.\" May be distributed under the GNU General Public License .\" May be distributed under the GNU General Public License
.\" Sun Aug 30 11:35:55 MET: Martin Schulze: Updates .\" Sun Aug 30 11:35:55 MET: Martin Schulze: Updates
.\" .\"
.TH SYSKLOGD 8 "13 December 1995" "Version 1.3" "Linux System Administration" .TH SYSKLOGD 8 "12 October 1998" "Version 1.3" "Linux System Administration"
.SH NAME .SH NAME
sysklogd \- Linux system logging utilities. sysklogd \- Linux system logging utilities.
.SH SYNOPSIS .SH SYNOPSIS
.B syslogd .B syslogd
.RB [ " \-a "
.I socket
]
.RB [ " \-d " ] .RB [ " \-d " ]
.RB [ " \-f " .RB [ " \-f "
.I config file .I config file
@ -71,6 +74,18 @@ the whole line is ignored.
.LP .LP
.SH OPTIONS .SH OPTIONS
.TP .TP
.BI "\-a " "socket"
Using this argument you can specify additional sockets from that
.B syslogd
has to listen to. This is needed if you're going to let some daemon
run within a chroot() environment. You can use up to 19 additional
sockets. If your environment needs even more, you have to increase
the symbol
.B MAXFUNIX
within the syslogd.c source file. An example for a chroot() daemon is
described by the people from OpenBSD at
http://www.psionic.com/papers/dns.html.
.TP
.B "\-d" .B "\-d"
Turns on debug mode. Using this the daemon will not proceed a Turns on debug mode. Using this the daemon will not proceed a
.BR fork (2) .BR fork (2)