summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2004-12-02 21:58:57 +0000
committerjmc <jmc@openbsd.org>2004-12-02 21:58:57 +0000
commitc39b27a1c95035f79e73b818e54188a84e35b998 (patch)
treea0e0adfe693c5ba7729a2bdba5bcfffbf1d79ac6
parent- fix SEE ALSO (diff)
downloadwireguard-openbsd-c39b27a1c95035f79e73b818e54188a84e35b998.tar.xz
wireguard-openbsd-c39b27a1c95035f79e73b818e54188a84e35b998.zip
group paragraphs more logically;
suggested by michael knudsen;
-rw-r--r--usr.sbin/syslogd/syslogd.816
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8
index 896998f6ed7..26b19eb1304 100644
--- a/usr.sbin/syslogd/syslogd.8
+++ b/usr.sbin/syslogd/syslogd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syslogd.8,v 1.20 2004/01/05 09:45:49 jmc Exp $
+.\" $OpenBSD: syslogd.8,v 1.21 2004/12/02 21:58:57 jmc Exp $
.\"
.\" Copyright (c) 1983, 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -106,6 +106,13 @@ see
.Xr syslog.conf 5 .
.Pp
.Nm
+creates the file
+.Pa /var/run/syslog.pid ,
+and stores its process ID there.
+This can be used to kill or reconfigure
+.Nm syslogd .
+.Pp
+.Nm
opens an Internet domain socket as specified
in
.Pa /etc/services .
@@ -131,13 +138,6 @@ If
is running in secure mode, all incoming data on this socket is discarded.
The socket is required for sending forwarded messages.
.Pp
-.Nm
-creates the file
-.Pa /var/run/syslog.pid ,
-and stores its process ID there.
-This can be used to kill or reconfigure
-.Nm syslogd .
-.Pp
The message sent to
.Nm
should consist of a single line.