summaryrefslogtreecommitdiff
path: root/usr.sbin/syslogd/syslogd.8
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/syslogd/syslogd.8')
-rw-r--r--usr.sbin/syslogd/syslogd.86
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8
index 7a98481c36c..45e19abc2f6 100644
--- a/usr.sbin/syslogd/syslogd.8
+++ b/usr.sbin/syslogd/syslogd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syslogd.8,v 1.14 2002/11/21 07:46:48 cloder Exp $
+.\" $OpenBSD: syslogd.8,v 1.15 2003/02/14 23:20:36 jmc Exp $
.\"
.\" Copyright (c) 1983, 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -42,11 +42,13 @@
.Nd log systems messages
.Sh SYNOPSIS
.Nm syslogd
+.Bk -words
.Op Fl dnu
.Op Fl f Ar config_file
.Op Fl m Ar mark_interval
.Op Fl a Ar path
.Op Fl p Ar log_socket
+.Ek
.Sh DESCRIPTION
.Nm
reads and logs messages to the system console, log files, other
@@ -68,7 +70,7 @@ messages; the default is 20 minutes.
.It Fl n
Print source addresses numerically rather than symbolically.
This saves an address-to-name lookup for each incoming message,
-which can useful when combined with the
+which can be useful when combined with the
.Fl u
option on a loghost with no DNS cache. Messages from the local
host will still be logged with the symbolic local host name.