lirc.4: Minor fixes to Alec's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-05-26 16:23:25 -05:00
parent f625b7284e
commit 2dcd302656
1 changed files with 6 additions and 6 deletions

View File

@ -115,13 +115,13 @@ call fails with the error
.P
The complete list of ioctl commands is maintained in the kernel
documentation, see SEE ALSO.
The ioctl commands presented here is a subset of the kernel
docs.
The ioctl commands presented here is a subset of the kernel
documentation.
.P
The LIRC device's ioctl definition is bound by the ioctl function
definition of struct file_operations, leaving us with an unsigned
int for the ioctl command and an unsigned long for the arg.
For the purposes of ioctl portability across 32-bit and 64-bit,
int for the ioctl command and an unsigned long for the argument.
For the purposes of ioctl portability across 32-bit and 64-bit architectures,
these values are capped to their 32-bit sizes.
.P
.nf
@ -464,8 +464,8 @@ sending.)
.SH BUGS
Using these devices requires the kernel source header file
.IR lirc.h .
This file is not available before kernel release 4.6. Users of older
kernels could use the file bundled in
This file is not available before kernel release 4.6.
Users of older kernels could use the file bundled in
.UR http://www.lirc.org
.UE .
.\"