> On Wed, 28 Jun 2017 22:48:47 +0200, Anton Lindqvist wrote: > > > A first stab at documenting the TIOCSTAT ioctl. The paragraph is taken > > from termios(4) as is and could might be reworked. The parameter is as > > stated unused but consistent with the definition of TIOCSTAT in > > sys/sys/ttycom.h. > > I think you want: > > .It Dv TIOCSTAT Fa void > > which is how the other ioctls that do not require a parameter behave.
Nope. It requires a parameter. lukem messed this up two decades ago, he should have used _IO but used the wrong one.