Hello Sean, On 11/01/2018 09:57 PM, Sean Young wrote: > Signed-off-by: Sean Young <sean@xxxxxxxx> > --- > man4/lirc.4 | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/man4/lirc.4 b/man4/lirc.4 > index 526d8432c..3c2695895 100644 > --- a/man4/lirc.4 > +++ b/man4/lirc.4 > @@ -273,7 +273,10 @@ is 1) or disable > .RI ( val > is 0) timeout packages in > .BR LIRC_MODE_MODE2 . > -By default, timeout reports should be turned off. > +Each time the lirc device is opened, timeout reports are enabled for that > +file descriptor since kernel release 4.16. > +In earlier releases, timeout reports were disabled by default, and once > +enabled, enabled for all file descriptors until turned off again. Presumably this should say "for all *lirc" file descriptors"? Thanks, Michael > .TP > .BR LIRC_SET_REC_CARRIER " (\fIint\fP)" > Set the receive carrier frequency (Hz). > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/