minor .Nm cleanup

This commit is contained in:
lukem 1997-10-17 13:46:09 +00:00
parent 43a0e5b910
commit d2d85e1519
2 changed files with 11 additions and 11 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93 .\" from: @(#)syslog.conf.5 8.1 (Berkeley) 6/9/93
.\" $NetBSD: syslog.conf.5,v 1.4 1996/01/02 17:41:46 perry Exp $ .\" $NetBSD: syslog.conf.5,v 1.5 1997/10/17 13:46:09 lukem Exp $
.\" .\"
.Dd June 9, 1993 .Dd June 9, 1993
.Dt SYSLOG.CONF 5 .Dt SYSLOG.CONF 5
@ -42,7 +42,7 @@
configuration file configuration file
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm syslog.conf .Nm
file is the configuration file for the file is the configuration file for the
.Xr syslogd 8 .Xr syslogd 8
program. program.

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)syslogd.8 8.1 (Berkeley) 6/6/93 .\" from: @(#)syslogd.8 8.1 (Berkeley) 6/6/93
.\" $NetBSD: syslogd.8,v 1.6 1997/03/08 14:34:56 mouse Exp $ .\" $NetBSD: syslogd.8,v 1.7 1997/10/17 13:46:18 lukem Exp $
.\" .\"
.Dd June 6, 1993 .Dd June 6, 1993
.Dt SYSLOGD 8 .Dt SYSLOGD 8
@ -39,14 +39,14 @@
.Nm syslogd .Nm syslogd
.Nd log systems messages .Nd log systems messages
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm syslogd .Nm
.Op Fl d .Op Fl d
.Op Fl f Ar config_file .Op Fl f Ar config_file
.Op Fl m Ar mark_interval .Op Fl m Ar mark_interval
.Op Fl p Ar log_socket .Op Fl p Ar log_socket
.Op Fl s .Op Fl s
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm Syslogd .Nm
reads and logs messages to the system console, log files, other reads and logs messages to the system console, log files, other
machines and/or users as specified by its configuration file. machines and/or users as specified by its configuration file.
The options are as follows: The options are as follows:
@ -74,14 +74,14 @@ the default is
.Pa /dev/log . .Pa /dev/log .
.El .El
.Pp .Pp
.Nm Syslogd .Nm
reads its configuration file when it starts up and whenever it reads its configuration file when it starts up and whenever it
receives a hangup signal. receives a hangup signal.
For information on the format of the configuration file, For information on the format of the configuration file,
see see
.Xr syslog.conf 5 . .Xr syslog.conf 5 .
.Pp .Pp
.Nm Syslogd .Nm
reads messages from the reads messages from the
.Tn UNIX .Tn UNIX
domain socket domain socket
@ -92,16 +92,16 @@ and from the special device
.Pa /dev/klog .Pa /dev/klog
(to read kernel messages). (to read kernel messages).
.Pp .Pp
.Nm Syslogd .Nm
creates the file creates the file
.Pa /var/run/syslog.pid , .Pa /var/run/syslog.pid ,
and stores its process and stores its process
id there. id there.
This can be used to kill or reconfigure This can be used to kill or reconfigure
.Nm syslogd . .Nm "" .
.Pp .Pp
The message sent to The message sent to
.Nm syslogd .Nm
should consist of a single line. should consist of a single line.
The message can contain a priority code, which should be a preceding The message can contain a priority code, which should be a preceding
decimal number in angle braces, for example, decimal number in angle braces, for example,
@ -115,7 +115,7 @@ include file
The configuration file. The configuration file.
.It Pa /var/run/syslog.pid .It Pa /var/run/syslog.pid
The process id of current The process id of current
.Nm syslogd . .Nm "" .
.It Pa /dev/log .It Pa /dev/log
Name of the Name of the
.Tn UNIX .Tn UNIX