diff options
author | 2005-05-11 20:12:12 +0000 | |
---|---|---|
committer | 2005-05-11 20:12:12 +0000 | |
commit | 81a42750fbca18ddd127d53299fc885d40dd5af6 (patch) | |
tree | 28551df5d9b8fd491bbb9cf605203cdfa035906a /usr.sbin/sensorsd | |
parent | Update HISTORY fixing some facts, while it is not clear if the (diff) | |
download | wireguard-openbsd-81a42750fbca18ddd127d53299fc885d40dd5af6.tar.xz wireguard-openbsd-81a42750fbca18ddd127d53299fc885d40dd5af6.zip |
document conf file reload w/ SIGHUP;
from michael knudsen;
ok henning@
Diffstat (limited to 'usr.sbin/sensorsd')
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sensorsd/sensorsd.8 b/usr.sbin/sensorsd/sensorsd.8 index 2f30e6bb72f..81edea69443 100644 --- a/usr.sbin/sensorsd/sensorsd.8 +++ b/usr.sbin/sensorsd/sensorsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sensorsd.8,v 1.5 2005/04/01 22:10:23 hshoexer Exp $ +.\" $OpenBSD: sensorsd.8,v 1.6 2005/05/11 20:12:12 jmc Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -36,6 +36,8 @@ and a command, if specified, is executed. Limit and command values for a particular sensor may be specified in the .Xr sensorsd.conf 5 configuration file. +This file is reloaded upon receiving +.Dv SIGHUP . .Sh FILES .Bl -tag -width "/etc/sensorsd.conf" .It /etc/sensorsd.conf |