document that there are nvme sensors available and nudge the reader to sysctl;
authorjmc <jmc@openbsd.org>
Thu, 26 Sep 2024 06:10:34 +0000 (06:10 +0000)
committerjmc <jmc@openbsd.org>
Thu, 26 Sep 2024 06:10:34 +0000 (06:10 +0000)
ok bmercer

share/man/man4/nvme.4

index a934d0c..137534b 100644 (file)
@@ -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 ,