All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Damato <jdamato@fastly.com>
To: alx@kernel.org
Cc: linux-man@vger.kernel.org, Joe Damato <jdamato@fastly.com>
Subject: [PATCH v3 0/1] ioctl_eventpoll.2: Add eventpoll ioctl documentation
Date: Tue, 11 Jun 2024 19:12:56 +0000	[thread overview]
Message-ID: <20240611191257.1790908-1-jdamato@fastly.com> (raw)

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


             reply	other threads:[~2024-06-11 19:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-11 19:12 Joe Damato [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240611191257.1790908-1-jdamato@fastly.com \
    --to=jdamato@fastly.com \
    --cc=alx@kernel.org \
    --cc=linux-man@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.