Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/92316bc2041e
branches:  trunk
changeset: 1024264:92316bc2041e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Oct 14 21:35:45 2021 +0000

description:
New sentence, new line.

diffstat:

 share/man/man4/sgp40mox.4 |  25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diffs (54 lines):

diff -r 20044e810a1b -r 92316bc2041e share/man/man4/sgp40mox.4
--- a/share/man/man4/sgp40mox.4 Thu Oct 14 21:18:07 2021 +0000
+++ b/share/man/man4/sgp40mox.4 Thu Oct 14 21:35:45 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sgp40mox.4,v 1.1 2021/10/14 13:54:45 brad Exp $
+.\" $NetBSD: sgp40mox.4,v 1.2 2021/10/14 21:35:45 wiz Exp $
 .\"
 .\" Copyright (c) 2021 Brad Spencer <brad%anduin.eldar.org@localhost>
 .\"
@@ -41,9 +41,9 @@
 .Pp
 In order to calculate the VOC index, the volatile organic compounds index, which
 is the measure of air quality the sensor is polled once a second and the raw sensor
-value is fed into the Sensirion VOC algorithm.  This VOC algorithm used in this driver
-is licensed under a 3 clause BSD license and was pulled from the Sensirion Github
-repository at
+value is fed into the Sensirion VOC algorithm.
+This VOC algorithm used in this driver is licensed under a 3 clause
+BSD license and was pulled from the Sensirion Github repository at
 .Rs
 .%U https://github.com/Sensirion/embedded-sgp
 .Re
@@ -54,10 +54,11 @@
 .Bl -tag -width indent
 .It Li hw.sgp40mox0.compensation.temperature
 This should be set to the temperature in Celsius of the environment that the sensor
-is in.  The valid values are from -45 to 130 degrees Celsius.
+is in.
+The valid values are from -45 to 130 degrees Celsius.
 .It Li hw.sgp40mox0.compensation.humidity
-This should be set to the %RH of the environment that the sensor is in.  The valid
-values are from 0 to 100.
+This should be set to the %RH of the environment that the sensor is in.
+The valid values are from 0 to 100.
 .Pp
 For the best performance of the VOC algorithm it is important that the temperature
 and %RH compensation values be current and set using the
@@ -98,10 +99,12 @@
 driver was written by
 .An Brad Spencer Aq Mt brad%anduin.eldar.org@localhost .
 .Sh BUGS
-The driver does not make complete use of the VOC algorithm.  In particular, there is no
-need to restart the algorithm from scratch if there is a stoppage of polling for less than
-10 minutes.  The driver does not have the ability to determine that, and therefore
+The driver does not make complete use of the VOC algorithm.
+In particular, there is no need to restart the algorithm from
+scratch if there is a stoppage of polling for less than 10 minutes.
+The driver does not have the ability to determine that, and therefore
 assumes that the sensor is completely cold each time the driver attaches to the chip.
 .Pp
 The temperature and humidity compensation could be allowed to contain fractional degrees Celsius
-and %RH.  The driver only supports setting whole numbers for either of those.
+and %RH.
+The driver only supports setting whole numbers for either of those.



Home | Main Index | Thread Index | Old Index