Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Fix typos. New sentence, new line.
details: https://anonhg.NetBSD.org/src/rev/4a0beb4f6081
branches: trunk
changeset: 372399:4a0beb4f6081
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Nov 21 23:51:10 2022 +0000
description:
Fix typos. New sentence, new line.
diffstat:
share/man/man4/bmx280thp.4 | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diffs (53 lines):
diff -r 9b1db38b9b81 -r 4a0beb4f6081 share/man/man4/bmx280thp.4
--- a/share/man/man4/bmx280thp.4 Mon Nov 21 22:01:32 2022 +0000
+++ b/share/man/man4/bmx280thp.4 Mon Nov 21 23:51:10 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bmx280thp.4,v 1.1 2022/11/21 21:24:00 brad Exp $
+.\" $NetBSD: bmx280thp.4,v 1.2 2022/11/21 23:51:10 wiz Exp $
.\"
.\" Copyright (c) 2022 Brad Spencer <brad%anduin.eldar.org@localhost>
.\"
@@ -36,7 +36,7 @@
argument selects the address at the
.Xr iic 4
bus.
-The percision of the measurement can be changed through
+The precision of the measurement can be changed through
.Xr sysctl 8
nodes.
.Sh SYSCTL VARIABLES
@@ -47,12 +47,13 @@
.It Li hw.bmx280thp0.osrs_t
.It Li hw.bmx280thp0.osrs_p
.It Li hw.bmx280thp0.osrs_h
-These control oversampling of temperature, pressure and humidity. The
-valid values are 1, 2, 4, 8, and 16 times oversample. Humidity is only
-available if the chip is a BME280.
+These control oversampling of temperature, pressure and humidity.
+The valid values are 1, 2, 4, 8, and 16 times oversample.
+Humidity is only available if the chip is a BME280.
.It Li hw.bmx280thp0.irr_samples
IRR is a filter that can be used to reduce the noise in the
-measurement. The value values are 1 (or off), 2, 5, 11 and 22 samples
+measurement.
+The value values are 1 (or off), 2, 5, 11 and 22 samples
to reach >= 75% of the step response.
.It Li hw.bmx280thp0.debug
.It Li hw.bmx280thp0.dump_calibration
@@ -60,7 +61,8 @@
.Dv BMX280_DEBUG ,
these nodes will appear and can be used to set the debugging level and
provide the calibration constants, upon refresh, that are stored in the
-chip. Since the constants are fixed, this is a boolean node and will
+chip.
+Since the constants are fixed, this is a boolean node and will
reset back to false once one dump has been performed.
.It Li hw.bmx280thp0.readattempts
A status register tells the driver if the chip is busy with a measurement.
@@ -86,4 +88,5 @@
.An Brad Spencer Aq Mt brad%anduin.eldar.org@localhost .
.Sh BUGS
The driver does not support the continuous read mode that the BMP280
-and BME280 has. This driver does not support the SPI interface.
+and BME280 has.
+This driver does not support the SPI interface.
Home |
Main Index |
Thread Index |
Old Index