lirc.4: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alec Leamas 2015-12-30 20:46:39 +01:00 committed by Michael Kerrisk
parent 89405cc07a
commit af4f61fa88
1 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,7 @@ Value reflects a pulse duration (microseconds).
.TP 4
.BR LIRC_MODE2_FREQUENCY .
Value reflects a frequency (Hz); see the
.B LIRC_SET_MEASURE_CARRIER
.B LIRC_SET_MEASURE_CARRIER_MODE
ioctl.
.TP 4
.BR LIRC_MODE2_TIMEOUT .
@ -179,7 +179,7 @@ or
.TP
.BR LIRC_GET_LENGTH " (\fIvoid\fP)"
Return the length of the returned codes for
.BR LIRC_LIRCCODE -type
.BR LIRC_MODE_LIRCCODE -type
drivers, otherwise fail with the error
.BR ENOIOCTLCMD .
.TP
@ -254,7 +254,7 @@ After opening device, the first use of this operation
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)"
.BR LIRC_SET_MEASURE_CARRIER_MODE " (\fIint\fP)"
Enable
.RI ( val
is 1) or disable
@ -416,7 +416,7 @@ The driver supports
.TP
.BR LIRC_CAN_MEASURE_CARRIER
The driver supports measuring of the modulation frequency using
.BR LIRC_MEASURE_CARRIER .
.BR LIRC_SET_MEASURE_CARRIER_MODE .
.TP
.BR LIRC_CAN_USE_WIDEBAND_RECEIVER
The driver supports learning mode using
@ -428,7 +428,7 @@ The driver supports
.TP
.BR LIRC_CAN_SEND_RAW
The driver supports sending using
.BR LIRC_SEND_RAW .
.BR LIRC_MODE_RAW .
.TP
.BR LIRC_CAN_SEND_PULSE
The driver supports sending using
@ -436,7 +436,7 @@ The driver supports sending using
.TP
.BR LIRC_CAN_SEND_MODE2
The driver supports sending using
.BR LIRC_SEND_MODE2 .
.BR LIRC_MODE_MODE2 .
.TP
.BR LIRC_CAN_SEND_LIRCCODE
The driver supports sending.