1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
fix typos found by lintian in manapages
--- a/src/man/man1/device.1so
+++ b/src/man/man1/device.1so
@@ -211,7 +211,7 @@
.I /bus.x/interface/settings/simulated/[temperature_low|temperature_high]
.TP
.I \-\-tester=devices
-Predictable address and predictable values for each read. (See the website for the algorhythm).
+Predictable address and predictable values for each read. (See the website for the algorithm).
.SH "* w1 kernel module"
This a linux-specific option for using the operating system's access to bus masters. Root access is required and the implementation was still in progress as of owfs v2.7p12 and linux 2.6.30.
.P
--- a/src/man/man3/DS2408.man
+++ b/src/man/man3/DS2408.man
@@ -124,7 +124,7 @@
.br
Write "1" to this property to make sure the device has been properly initialized on startup.
.PP
-The datasheet says that under some conditions the startup (power-up) will leave the device in the "testmode" state. Any problems with "Channel Access Write" will trigger this property automaticlly, but this property makes explicit initialization possible as well.
+The datasheet says that under some conditions the startup (power-up) will leave the device in the "testmode" state. Any problems with "Channel Access Write" will trigger this property automatically, but this property makes explicit initialization possible as well.
.SS set_alarm
.I read-write, integer unsigned (0-333333333)
.br
--- a/src/man/man3/InfernoEmbedded.man
+++ b/src/man/man3/InfernoEmbedded.man
@@ -10,10 +10,8 @@
.TH InfernoEmbedded 3 2018 "OWFS Manpage" "One-Wire File System"
.SH NAME
.TP
-.B InfernoEmbedded Softdevices
-\- RGBW Controllers
-\- Switch Masters
-\- Firmware Updater
+.B InfernoEmbedded
+\- InfernoEmbedded Softdevices: RGBW Controllers, Switch Masters, Firmware Updater
.SH SYNOPSIS
Software-implemented devices based on https://github.com/InfernoEmbedded/onewire-softdevice
.PP
--- a/src/man/man1/owcapi.man
+++ b/src/man/man1/owcapi.man
@@ -7,7 +7,7 @@
'\"
'\" Free for all use. No warranty. None. Use at your own risk.
'\"
-.TH OWCAPI 1 2004 "OWFS Manpage" "One-Wire File System"
+.TH OWCAPI 3 2004 "OWFS Manpage" "One-Wire File System"
.SH NAME
.B owcapi
\- easy C-language 1-wire interface
--- a/src/man/man1/ownet.man
+++ b/src/man/man1/ownet.man
@@ -7,7 +7,7 @@
'\"
'\" Free for all use. No warranty. None. Use at your own risk.
'\"
-.TH OWNET 1 2008 "OWFS Manpage" "One-Wire File System"
+.TH OWNET 3 2008 "OWFS Manpage" "One-Wire File System"
.SH NAME
.B ownet
,
--- a/src/man/man3/DS2423.man
+++ b/src/man/man3/DS2423.man
@@ -68,7 +68,7 @@
.I page14
and
.I page.15
-\'s counters are associated with the external
+counters are associated with the external
.I counters.A
and
.I counters.B
--- a/src/man/man3/owperl.man
+++ b/src/man/man3/owperl.man
@@ -84,7 +84,7 @@
.I owperl
except in trivial applications.
.SH EXAMPLE
-perl \-MOW \-e "OW::init('/dev/ttyS1'); printf OW::get('\');"
+perl \-MOW \-e "OW::init('/dev/ttyS1'); printf OW::get('');"
.SH SEE ALSO
.so man3/seealso.3so
.SH AVAILABILITY
|