diff options
| author | Juraj Lutter <otis@FreeBSD.org> | 2022-03-06 21:33:29 +0000 |
|---|---|---|
| committer | Juraj Lutter <otis@FreeBSD.org> | 2022-03-08 14:09:21 +0000 |
| commit | 74c303e4ace2a1aa60b5b3df8af05d6b61d20006 (patch) | |
| tree | 62db7ee818cdc7e5d2faf6b1391c35a39734e0e2 | |
| parent | c4e49c3a65df1e806399962e27eb47a0f611223d (diff) | |
gpioths(4): Correct the sysctl names in manual page
Temperature is exposed via 'temperature' leaf, humidity via 'humidity'
leaf. Align the manual page with the actual variable names.
Approved by: manu
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D34460
| -rw-r--r-- | share/man/man4/gpioths.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/gpioths.4 b/share/man/man4/gpioths.4 index 19250b13107e..2712d6c570e2 100644 --- a/share/man/man4/gpioths.4 +++ b/share/man/man4/gpioths.4 @@ -76,12 +76,12 @@ but this driver supports only the single-wire connection option. Sysctl variables are used to access the most recent temperature and humidity measurements. .Bl -tag -width indent -.It Va dev.gpioths.<unit>.temp +.It Va dev.gpioths.<unit>.temperature The current temperature in integer deciKelvins. Note that .Xr sysctl 8 will convert those units to display in decimal degrees Celsius. -.It Va dev.gpioths.<unit>.hum +.It Va dev.gpioths.<unit>.humidity The current relative humidity, as an integer percentage. .It Va dev.gpioths.<unit>.fails The number of failed attempts to communicate with the sensor since |
