Greetings: Welcome to v2. This revision fixes several style and formatting issues in the previous revision and adds link pages for EPIOCSPARAMS and EPIOCGPARAMS. Thanks, Joe 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. man/man2/epoll_create.2 | 1 + man/man2/epoll_ctl.2 | 1 + man/man2/ioctl.2 | 1 + man/man2/ioctl_epoll.2 | 171 ++++++++++++++++++++++++++++++ man/man2const/EPIOCGPARAMS.2const | 1 + man/man2const/EPIOCSPARAMS.2const | 1 + man/man7/epoll.7 | 1 + 7 files changed, 177 insertions(+) create mode 100644 man/man2/ioctl_epoll.2 create mode 100644 man/man2const/EPIOCGPARAMS.2const create mode 100644 man/man2const/EPIOCSPARAMS.2const -- 2.34.1