File descriptors are commonly called 'fd'. 'fildes' is weird and
confusing.
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
set to
.B EINTR
and the state of
-.I fildes
+.I fd
is unspecified.
.RE
.P
.PD 0
.in +4n
.nf
-.BI "ioctl(int " fildes ", int " op ", struct sgttyb *" argp );
+.BI "ioctl(int " fd ", int " op ", struct sgttyb *" argp );
.fi
.in
.P
.PD 0
.in +4n
.nf
-.BI "int ioctl(int " fildes ", int " op ", ... /* " arg " */);"
+.BI "int ioctl(int " fd ", int " op ", ... /* " arg " */);"
.fi
.in
.P