From 9119eb3a9696e45c028c4e2ed1fc85e2d96b3608 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 26 Sep 2024 06:10:34 +0000 Subject: [PATCH] document that there are nvme sensors available and nudge the reader to sysctl; ok bmercer --- share/man/man4/nvme.4 | 9 +++++++-- 1 file 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 .\" @@ -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 , -- 2.20.1