From 565301fcc839ea6c9b1c4b892c723cfbe275f759 Mon Sep 17 00:00:00 2001 From: Sean Young Date: Wed, 31 Oct 2018 23:18:04 +0000 Subject: [PATCH] lirc.4: lirc.h include file is in /usr/include/linux/lirc.h Signed-off-by: Sean Young Signed-off-by: Michael Kerrisk --- man4/lirc.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man4/lirc.4 b/man4/lirc.4 index 98d555cae..6393eac3e 100644 --- a/man4/lirc.4 +++ b/man4/lirc.4 @@ -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 /* But see BUGS */ +#include /* But see BUGS */ int ioctl(int fd, int cmd, ...); .fi .PP