public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] ioctl_epoll.2: Add epoll ioctl documentation
@ 2024-06-10 23:12 Joe Damato
  2024-06-10 23:12 ` [PATCH v2 1/1] ioctl_epoll.2: New page describing epoll ioctl(2) Joe Damato
  0 siblings, 1 reply; 13+ messages in thread
From: Joe Damato @ 2024-06-10 23:12 UTC (permalink / raw)
  To: alx; +Cc: linux-man, Joe Damato

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-06-11 17:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 23:12 [PATCH v2 0/1] ioctl_epoll.2: Add epoll ioctl documentation Joe Damato
2024-06-10 23:12 ` [PATCH v2 1/1] ioctl_epoll.2: New page describing epoll ioctl(2) Joe Damato
2024-06-10 23:45   ` Alejandro Colomar
2024-06-11  0:29     ` Joe Damato
2024-06-11  8:54       ` Alejandro Colomar
2024-06-11 12:24         ` G. Branden Robinson
2024-06-11 14:22           ` Alejandro Colomar
2024-06-11 15:42             ` G. Branden Robinson
2024-06-11 16:34         ` Joe Damato
2024-06-11 17:14           ` Alejandro Colomar
2024-06-11 17:28             ` Joe Damato
2024-06-11 17:43               ` Alejandro Colomar
2024-06-11 17:58                 ` Joe Damato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox