Module Name: src
Committed By: wiz
Date: Fri Apr 26 20:57:48 UTC 2013
Modified Files:
src/share/man/man4: tps65217pmic.4
Log Message:
Minor fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/tps65217pmic.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/tps65217pmic.4
diff -u src/share/man/man4/tps65217pmic.4:1.1 src/share/man/man4/tps65217pmic.4:1.2
--- src/share/man/man4/tps65217pmic.4:1.1 Fri Apr 26 20:08:53 2013
+++ src/share/man/man4/tps65217pmic.4 Fri Apr 26 20:57:48 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: tps65217pmic.4,v 1.1 2013/04/26 20:08:53 rkujawa Exp $
+.\" $NetBSD: tps65217pmic.4,v 1.2 2013/04/26 20:57:48 wiz Exp $
.\"
.\" Copyright (c) 2013 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -31,7 +31,7 @@
.Dt TPS65217PMIC 4
.Os
.Sh NAME
-.Nm tps65217pmic
+.Nm tps65217pmic
.Nd Texas Instruments TPS65217 Power Management IC driver
.Sh SYNOPSIS
.Cd "tps65217pmic0 at iic? addr 0x24"
@@ -39,8 +39,8 @@
The
.Nm
driver provides minimal support for the TPS65217 chip and allows reporting
-regulated voltages through
-.Xr envsys 4
+regulated voltages through the
+.Xr envsys 4
API.
.Sh SEE ALSO
.Xr envsys 4
@@ -57,11 +57,11 @@ driver was written by
.An Radoslaw Kujawa Aq [email protected] .
.Sh CAVEATS
The driver can only report current voltage regulator settings.
-It can not measure the real voltage, as TPS65217 chip lacks hardware to do
+It can not measure the real voltage, as the TPS65217 chip lacks hardware to do
that.
-
+.Pp
Modifying voltage regulator parameters was deliberately left unimplemented, as
these parameters should only be set at the firmware level.
-Setting wrong parameters may result in permanent hardware damange.
+Setting wrong parameters may result in permanent hardware damage.
.Sh BUGS
Battery and interrupt support is not implemented.