diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-08-02 09:25:25 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-08-02 09:25:25 +0000 |
commit | cd68be40382a8cccdbad0742ac9d36616c449160 (patch) | |
tree | 7905fc1119cad8b0c032e7b78d32bb89dac85645 /share | |
parent | ddfbb5acbee4c8bfa48aa191aef5032234565aae (diff) |
use better wording and extra info modelled on ses.4
pointers from jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/safte.4 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/share/man/man4/safte.4 b/share/man/man4/safte.4 index 00c08e0f256..763999ef8e6 100644 --- a/share/man/man4/safte.4 +++ b/share/man/man4/safte.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: safte.4,v 1.2 2005/08/01 23:52:49 dlg Exp $ +.\" $OpenBSD: safte.4,v 1.3 2005/08/02 09:25:24 dlg Exp $ .\" .\" Copyright (c) David Gwynne <dlg@openbsd.org> .\" @@ -24,8 +24,9 @@ .Sh DESCRIPTION The .Nm -driver provides support for the hardware monitors found in SCSI Accessed -Fault-Tolerant Enclosures. +driver provides support for monitoring the various environmental sensors +present in SCSI enclosures using the SCSI Accessed Fault-Tolerant Enclosure +command set. The hardware monitor is used with the .Xr sysctl 8 interface. @@ -42,9 +43,17 @@ following types: .El .Pp Sensor data is updated every 10 seconds. +.Pp +An enclosure may provide environmental information using an alternative +to the SCSI Accessed Fault-Tolerant Enclosure command set used by this driver. +Enclosures using the SCSI Enclosure Services command set +may be monitored by the +.Xr ses 4 +driver. .Sh SEE ALSO .Xr intro 4 , .Xr scsibus 4 , +.Xr ses 4 , .Xr sensorsd 8 , .Xr sysctl 8 .Sh HISTORY |