diff options
author | 2005-08-10 12:18:35 +0000 | |
---|---|---|
committer | 2005-08-10 12:18:35 +0000 | |
commit | 61c3136fe97eeb3594188c28cf5b620cc4eb32e9 (patch) | |
tree | de8bedaa6418e9420bc5d4851dda937121e3a702 | |
parent | record unsafe operations in a journal, so that we can give a much (diff) | |
download | wireguard-openbsd-61c3136fe97eeb3594188c28cf5b620cc4eb32e9.tar.xz wireguard-openbsd-61c3136fe97eeb3594188c28cf5b620cc4eb32e9.zip |
add lmtemp(4) and viasio(4).
ok grange@
-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 81edea69443..b22a4a2ff80 100644 --- a/usr.sbin/sensorsd/sensorsd.8 +++ b/usr.sbin/sensorsd/sensorsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sensorsd.8,v 1.6 2005/05/11 20:12:12 jmc Exp $ +.\" $OpenBSD: sensorsd.8,v 1.7 2005/08/10 12:18:35 aanriot Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -49,8 +49,10 @@ Configuration file for .Xr syslog 3 , .Xr it 4 , .Xr lm 4 , +.Xr lmtemp 4 , .Xr nsclpcsio 4 , .Xr viaenv 4 , +.Xr viasio 4 , .Xr sensorsd.conf 5 , .Xr syslogd 8 .Sh HISTORY |