summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2018-01-27 08:38:06 +0000
committeranton <anton@openbsd.org>2018-01-27 08:38:06 +0000
commit53b8e70e6ace9082d3282ca3fac1f716843a0b6c (patch)
tree3c48cfc6a4a2735372a1ef677f0d8fba08d7c6c4 /usr.sbin/syslogd
parentAvoid passing NULL to vprintf() by assigning a name to client processes. While (diff)
downloadwireguard-openbsd-53b8e70e6ace9082d3282ca3fac1f716843a0b6c.tar.xz
wireguard-openbsd-53b8e70e6ace9082d3282ca3fac1f716843a0b6c.zip
Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@
Diffstat (limited to 'usr.sbin/syslogd')
-rw-r--r--usr.sbin/syslogd/syslogd.88
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8
index 5c364060399..5d9114d69ea 100644
--- a/usr.sbin/syslogd/syslogd.8
+++ b/usr.sbin/syslogd/syslogd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syslogd.8,v 1.56 2017/07/05 09:40:16 mpi Exp $
+.\" $OpenBSD: syslogd.8,v 1.57 2018/01/27 08:38:06 anton Exp $
.\"
.\" Copyright (c) 1983, 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -30,7 +30,7 @@
.\" from: @(#)syslogd.8 8.1 (Berkeley) 6/6/93
.\" $NetBSD: syslogd.8,v 1.3 1996/01/02 17:41:48 perry Exp $
.\"
-.Dd $Mdocdate: July 5 2017 $
+.Dd $Mdocdate: January 27 2018 $
.Dt SYSLOGD 8
.Os
.Sh NAME
@@ -190,7 +190,9 @@ can be given more than once to specify multiple input sources.
reads its configuration file,
.Xr syslog.conf 5 ,
when it starts up and whenever it
-receives a hangup signal.
+receives a
+.Dv SIGHUP
+signal.
It creates the file
.Pa /var/run/syslog.pid
and stores its process ID there.