All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] ioctl_eventpoll.2: Add eventpoll ioctl documentation
@ 2024-06-11 19:12 Joe Damato
  2024-06-11 19:12 ` [PATCH v3 1/1] ioctl_eventpoll.2: New page describing epoll ioctl(2) Joe Damato
  2024-06-11 20:07 ` Alejandro Colomar
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Damato @ 2024-06-11 19:12 UTC (permalink / raw)
  To: alx; +Cc: linux-man, Joe Damato

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


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11 19:12 [PATCH v3 0/1] ioctl_eventpoll.2: Add eventpoll ioctl documentation Joe Damato
2024-06-11 19:12 ` [PATCH v3 1/1] ioctl_eventpoll.2: New page describing epoll ioctl(2) Joe Damato
2024-06-11 20:07 ` Alejandro Colomar
2024-06-11 20:29   ` Joe Damato
2024-06-11 20:37     ` Alejandro Colomar
2024-06-11 20:47       ` Joe Damato

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.