diff options
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index e111e11..a9e5346 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -174,7 +174,7 @@ Specify the pathname of an alternate log socket to be used instead; the default is .Pa /var/run/log . .It Fl P -Specify an alternative file in which to store the process id. +Specify an alternative file in which to store the process ID. The default is .Pa /var/run/syslog.pid . .It Fl l @@ -225,11 +225,11 @@ and from the special device .Pp The .Nm -daemon creates its process id file, +daemon creates its process ID file, by default .Pa /var/run/syslog.pid , and stores its process -id there. +ID there. This can be used to kill or reconfigure .Nm . .Pp @@ -247,7 +247,7 @@ include file .It Pa /etc/syslog.conf configuration file .It Pa /var/run/syslog.pid -default process id file +default process ID file .It Pa /var/run/log name of the .Tn UNIX |