lirc.4: Minor fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-12-15 13:08:02 +01:00
parent f8de774aa0
commit 89405cc07a
1 changed files with 13 additions and 13 deletions

View File

@ -144,15 +144,15 @@ Some drivers have dynamic features which are not updated until after an
.I init()
command.
.TP
.BR LIRC_GET_REC_MODE ,
Returns the receive mode, which will be one of:
.BR LIRC_GET_REC_MODE
Return the receive mode, which will be one of:
.RS 4
.TP
.BR LIRC_MODE_MODE2 " (\fIvoid\fP)"
Driver returns a sequence of pulse/space durations.
The driver returns a sequence of pulse/space durations.
.TP
.BR LIRC_MODE_LIRCCODE
Driver returns integer values, each of which represents a decoded
The driver returns integer values, each of which represents a decoded
button press.
.RE
.P
@ -226,7 +226,7 @@ and
will return the same value.
.TP
.BR LIRC_SET_REC_TIMEOUT " (\fIint\fP)"
Sets the integer value for IR inactivity timeout (microseconds).
Set the integer value for IR inactivity timeout (microseconds).
To be accepted, the value must be within the limits defined by
.BR LIRC_GET_MIN_TIMEOUT
and
@ -238,9 +238,9 @@ If the exact value cannot be set, then the next possible value
than the given value should be set.
.TP
.BR LIRC_SET_REC_TIMEOUT_REPORTS " (\fIint\fP)"
Enables
Enable
.RI ( val
is 1) or disables
is 1) or disable
.RI ( val
is 0) timeout packages in
.BR LIRC_MODE_MODE2 .
@ -255,9 +255,9 @@ sets the lower bound of the carrier range,
and the second use sets the upper bound (Hz).
.TP
.BR LIRC_SET_MEASURE_CARRIER " (\fIint\fP)"
Enables
Enable
.RI ( val
is 1) or disables
is 1) or disable
.RI ( val
is 0) the measure mode.
If enabled, from the next key press on, the driver will send
@ -266,7 +266,7 @@ packets.
By default this should be turned off.
.TP
.BR LIRC_GET_REC_RESOLUTION " (\fIvoid\fP)"
Returns the driver resolution (microseconds).
Return the driver resolution (microseconds).
.TP
.BR LIRC_GET_MIN_FILTER_PULSE " (\fIvoid\fP)", " " \
LIRC_GET_MAX_FILTER_PULSE " (\fIvoid\fP)"
@ -299,9 +299,9 @@ corresponding ioctls must return an error and
should be used instead.
.TP
.BR LIRC_SET_TRANSMITTER_MASK
Enables the given set of transmitters.
.I val
contains a bit mask where each enabled transmitter is a 1.
Enable the set of transmitters specified in
.IR val ,
which contains a bit mask where each enabled transmitter is a 1.
The first transmitter is encoded by the least significant bit, and so on.
When an invalid bit mask is given, for example a bit is set even
though the device does not have so many transmitters,