summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2018-03-31 09:40:25 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2018-03-31 09:40:25 +0000
commit8841216747c301373238435066f40f7fdf062596 (patch)
treefc5063c248aab9ce3e0ccd86f17280fbd02d4832 /share/man/man4
parent177e5ef9bf22c6aea17a431c49a938d972c3d801 (diff)
Improve this a bit.
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/axppmic.419
1 files changed, 17 insertions, 2 deletions
diff --git a/share/man/man4/axppmic.4 b/share/man/man4/axppmic.4
index 011f3f9dfdf..98f838ac41b 100644
--- a/share/man/man4/axppmic.4
+++ b/share/man/man4/axppmic.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: axppmic.4,v 1.1 2018/03/31 08:07:42 jsg Exp $
+.\" $OpenBSD: axppmic.4,v 1.2 2018/03/31 09:40:24 kettenis Exp $
.\"
.\" Copyright (c) 2018 Jonathan Gray <jsg@openbsd.org>
.\"
@@ -21,16 +21,31 @@
.Nm axppmic
.Nd X-Powers AXP Power Management IC
.Sh SYNOPSIS
+.Cd "axppmic* at iic?"
.Cd "axppmic* at rsb?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the X-Powers AXP Power Management ICs.
+Depending on the model, these devices have temperature, voltage and
+current sensors and power indicators.
+Sensor values are made available through the
+.Xr sysctl 8
+interface.
.Sh SEE ALSO
+.Xr iic 4 ,
.Xr intro 4 ,
-.Xr sxirsb 4
+.Xr sxirsb 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
.Sh HISTORY
The
.Nm
device driver first appeared in
.Ox 6.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Mt kettenis@openbsd.org .