Skip to content

Commit e955ac7

Browse files
committed
Fix typos and minor addition to hostmot2 oneshot man page section
1 parent a94eb24 commit e955ac7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/man/man9/hostmot2.9

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -970,8 +970,8 @@ is 1 kHz. Defaults to 20 kHz.
970970

971971
.SS oneshot
972972
The oneshot is a hardware one-shot device suitable for various timing, delay,
973-
signal conditioning and watchdog functions. The oneshot module includes 2 timers
974-
to allow variable pulse delays for applications like phase control.
973+
signal conditioning, PWM generation, and watchdog functions. The oneshot module
974+
includes 2 timers to allow variable pulse delays for applications like phase control.
975975
Trigger sources can be software, external inputs, the DPLL timer, a built in
976976
rate generator or the other timer.
977977
Oneshots have names like "hm2_\fI<BoardType>\fR.\fI<BoardNum>\fR.oneshot.\fI<Instance>\fR"
@@ -996,7 +996,7 @@ External trigger response will be delayed by the filter time setting
996996

997997
.TP
998998
(float rw) filter2
999-
Sets digital filter time constant for timer1's external trigger input
999+
Sets digital filter time constant for timer2's external trigger input
10001000
Filter time is in ms. Default filter time constant time is 0.1 ms.
10011001
External trigger response will be delayed by the filter time setting
10021002

@@ -1031,7 +1031,7 @@ falling edge of the trigger source.
10311031
(bit rw) retriggerable1,retriggerable2
10321032
When true, the associated timer is retriggerable, meaning
10331033
the timer will reset to full time on a trigger event
1034-
even durin the output pulse period.
1034+
even during the output pulse period.
10351035
When false the timer is not retriggerable, meaning
10361036
it will ignore trigger events during the output
10371037
pulse period.

0 commit comments

Comments
 (0)