diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-09-26 06:10:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-09-26 06:10:35 +0000 |
commit | 1486ab7718e9a8ca04f8278efa6555824e47dab5 (patch) | |
tree | bfdc976d99e46a033a9a87cac224e225b2b05884 /share/man | |
parent | 2cdbab1782671a444441c189869c2084fec746c2 (diff) |
document that there are nvme sensors available and nudge the reader to sysctl;
ok bmercer
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/nvme.4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/nvme.4 b/share/man/man4/nvme.4 index a934d0c661a..137534b49bb 100644 --- a/share/man/man4/nvme.4 +++ b/share/man/man4/nvme.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nvme.4,v 1.3 2021/05/28 04:49:44 dlg Exp $ +.\" $OpenBSD: nvme.4,v 1.4 2024/09/26 06:10:34 jmc Exp $ .\" .\" Copyright (c) 2016 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 28 2021 $ +.Dd $Mdocdate: September 26 2024 $ .Dt NVME 4 .Os .Sh NAME @@ -33,6 +33,11 @@ Non-Volatile Memory Host Controller Interface specification. Although the NVMe specification provides its own command set, the .Nm driver provides access to the storage via a SCSI translation layer. +.Pp +Sensor values are made available through the +.Va hw.sensors +.Xr sysctl 8 +interface. .Sh SEE ALSO .Xr aplns 4 , .Xr intro 4 , |