Greetings: Welcome to v4. This revision includes several major changes: 1. Remove redundant copyright/author line. 2. Fix alignment of struct epoll_params fields 3. Add appropriate .nf/.fi and .EX/.EE sections, as suggested. 4. Shortened struct field comments 5. Moved linux/glibc commit sha comments to HISTORY 6. Fixed several B to BR issues 7. Rearranged sections according to documentation on section ordering 8. Updated commit message for Patch 1/1. Thanks, Joe v3->v4: - Remove redundant copyright/author line. - Fix alignment of struct epoll_params fields - Add appropriate .nf/.fi and .EX/.EE sections, as suggested. - Shortened struct field comments - Moved linux/glibc commit sha comments to HISTORY - Fixed several B to BR issues - Rearranged sections according to documentation on section ordering - Updated commit message for Patch 1/1. 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. *** BLURB HERE *** Joe Damato (1): ioctl_eventpoll.2, EPIOC[GS]PARAMS.2const: 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 | 175 ++++++++++++++++++++++++++++++ man/man2const/EPIOCGPARAMS.2const | 1 + man/man2const/EPIOCSPARAMS.2const | 1 + man/man7/epoll.7 | 1 + 7 files changed, 181 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