Greetings: Welcome to v3. This revision includes several important changes: 1. Renamed the file from man/man2/ioctl_epoll.2 to man/man2/ioctl_eventpoll.2. 2. Attempts to use semantic newlines to shorten long lines. 3. Replaces the include with <sys/epoll.h> instead of the kernel sources. 4. Many style issues that Alejandro pointed out in v2. 5. Using \[rs] instead of \e in the example code. 6. Replace all instances of ioctl_epoll with ioctl_eventpoll Many thanks for Alejandro for his unending patience and attention to detail. Thanks, Joe v2->v3: - Rename file from man/man2/ioctl_epoll.2 to man/man2/ioctl_eventpoll.2. - Attempt to use semantic newlines. - Replace includes with sys/epoll.h, since this code is in glibc. - Several style changes suggested by Alejandro. - Replacing \e with \[rs] in the sample code included. - Replacing all instances of ioctl_epoll with ioctl_eventpoll v1->v2: - Add link pages for EPIOCSPARAMS and EPIOCGPARAMS. - Many edits to the main ioctl_epoll file to better describe the operations and document the interface. Joe Damato (1): ioctl_eventpoll.2: New page describing epoll ioctl(2) man/man2/epoll_create.2 | 1 + man/man2/epoll_ctl.2 | 1 + man/man2/ioctl.2 | 1 + man/man2/ioctl_eventpoll.2 | 173 ++++++++++++++++++++++++++++++ man/man2const/EPIOCGPARAMS.2const | 1 + man/man2const/EPIOCSPARAMS.2const | 1 + man/man7/epoll.7 | 1 + 7 files changed, 179 insertions(+) create mode 100644 man/man2/ioctl_eventpoll.2 create mode 100644 man/man2const/EPIOCGPARAMS.2const create mode 100644 man/man2const/EPIOCSPARAMS.2const -- 2.34.1