Module Name: src
Committed By: wiz
Date: Wed Aug 19 09:57:41 UTC 2015
Modified Files:
src/share/man/man4: mcp3kadc.4
Log Message:
New sentence, new line. Sort SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/mcp3kadc.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/mcp3kadc.4
diff -u src/share/man/man4/mcp3kadc.4:1.1 src/share/man/man4/mcp3kadc.4:1.2
--- src/share/man/man4/mcp3kadc.4:1.1 Tue Aug 18 15:54:20 2015
+++ src/share/man/man4/mcp3kadc.4 Wed Aug 19 09:57:41 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: mcp3kadc.4,v 1.1 2015/08/18 15:54:20 phx Exp $
+.\" $NetBSD: mcp3kadc.4,v 1.2 2015/08/19 09:57:41 wiz Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -40,17 +40,17 @@ The
.Nm
driver reports the current voltage on the chip's ADC channels through the
.Xr envsys 4
-API. The driver calculates these values according to the currently selected
-reference voltage (
-.Li Vref
-). It can be changed
-through the
+API.
+The driver calculates these values according to the currently selected
+reference voltage
+.Li ( Vref ) .
+It can be changed through the
.Xr sysctl 8
node
.Li hw.mcp3kadc0.vref .
.Pp
-The following table shows the supported chips. The type of the chip can
-be selected with the
+The following table shows the supported chips.
+The type of the chip can be selected with the
.Ar flags
argument in the config file.
.Bl -column "Designation" "Resolution" "Input Channels" "flags" -offset indent
@@ -75,12 +75,13 @@ variables are provided:
.It hw.mcp3kadc0.vref
Defines the reference voltage on the chip's
.Li Vref
-pin in millivolts (mV). It defaults to the ADC's maximum output value + 1
+pin in millivolts (mV).
+It defaults to the ADC's maximum output value + 1
in millivolts (e.g., 4096 for a 12-bit ADC).
.El
.Sh SEE ALSO
-.Xr spi 4 ,
.Xr envsys 4 ,
+.Xr spi 4 ,
.Xr sysctl 8
.Sh HISTORY
The