From: Alejandro Colomar Date: Sun, 24 Aug 2025 20:15:33 +0000 (+0200) Subject: man2/: Use the common name 'fd' instead of 'fildes' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=499c8056a2a32343292aae4894d4c0f4b295766d;p=thirdparty%2Fman-pages.git man2/: Use the common name 'fd' instead of 'fildes' File descriptors are commonly called 'fd'. 'fildes' is weird and confusing. Reported-by: Helge Kreutzmann Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/close.2 b/man/man2/close.2 index f7a26054f..c47df055e 100644 --- a/man/man2/close.2 +++ b/man/man2/close.2 @@ -216,7 +216,7 @@ is interrupted by a signal that is to be caught, it shall return \-1 with set to .B EINTR and the state of -.I fildes +.I fd is unspecified. .RE .P diff --git a/man/man2/ioctl.2 b/man/man2/ioctl.2 index 3adb78f27..837998d51 100644 --- a/man/man2/ioctl.2 +++ b/man/man2/ioctl.2 @@ -99,7 +99,7 @@ Version\~7 AT&T UNIX has .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 @@ -136,7 +136,7 @@ SysVr4 has .PD 0 .in +4n .nf -.BI "int ioctl(int " fildes ", int " op ", ... /* " arg " */);" +.BI "int ioctl(int " fd ", int " op ", ... /* " arg " */);" .fi .in .P