lirc.4: lirc.h include file is in /usr/include/linux/lirc.h

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Sean Young 2018-10-31 23:18:04 +00:00 committed by Michael Kerrisk
parent e3f37bb8dc
commit 565301fcc8
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ For the purposes of ioctl portability across 32-bit and 64-bit architectures,
these values are capped to their 32-bit sizes.
.PP
.nf
#include <lirc/include/media/lirc.h> /* But see BUGS */
#include <linux/lirc.h> /* But see BUGS */
int ioctl(int fd, int cmd, ...);
.fi
.PP