lirc.4: Minor language fix-ups

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-11-04 12:13:32 +01:00
parent 7d3e44d581
commit 08069f7a04
1 changed files with 8 additions and 9 deletions

View File

@ -180,9 +180,9 @@ the corresponding ioctls will fail with the error
.BR LIRC_GET_REC_MODE " (\fIvoid\fP)"
If the
.B lirc
device has no receiver return
.B ENOTTY,
else return the receive mode, which will be one of:
device has no receiver, this operation fails with the error
.BR ENOTTY .
Otherwise, it returns the receive mode, which will be one of:
.RS
.TP
.BR LIRC_MODE_MODE2
@ -204,7 +204,7 @@ or
.BR LIRC_MODE_MODE2 .
If the
.B lirc
device has no receiver, return
device has no receiver, this operation fails with the error
.B ENOTTY.
.TP
.BR LIRC_GET_SEND_MODE " (\fIvoid\fP)"
@ -215,7 +215,7 @@ or
is supported.
If the
.B lirc
device cannot send, return
device cannot send, this operation fails with the error
.B ENOTTY.
.TP
.BR LIRC_SET_SEND_MODE " (\fIint\fP)"
@ -227,9 +227,8 @@ or
.BR LIRC_MODE_PULSE .
If the
.B lirc
device cannot send, return
.B ENOTTY
.
device cannot send, this operation fails with the error
.BR ENOTTY .
.TP
.BR LIRC_SET_SEND_CARRIER " (\fIint\fP)"
Set the modulation frequency.
@ -260,7 +259,7 @@ For such drivers,
.BR LIRC_GET_MIN_TIMEOUT
and
.BR LIRC_GET_MAX_TIMEOUT
will return
will fail with the error
.BR ENOTTY .
.TP
.BR LIRC_SET_REC_TIMEOUT " (\fIint\fP)"