All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>
To: Alejandro Colomar <colomar.6.4.3@gmail.com>
Cc: mtk.manpages@gmail.com, linux-man@vger.kernel.org,
	libc-alpha@sourceware.org
Subject: Re: [PATCH 00/10] tailq.3: fork from queue.3
Date: Sun, 25 Oct 2020 10:46:51 +0100	[thread overview]
Message-ID: <f15fc80b-b59b-70df-3fa4-4e3b634eab85@gmail.com> (raw)
In-Reply-To: <20201025093651.4616-1-colomar.6.4.3@gmail.com>

Hi Alex,

On 10/25/20 10:36 AM, Alejandro Colomar wrote:
> Hi Michael,
> 
> The last page is here :)

Yay!! Patch applied.

I have now 238 commits from you for the next release!

Thanks,

Michael

> Alejandro Colomar (10):
>   tailq.3: New page that will hold the (tailq) contents of queue.3
>   queue.3, tailq.3: NAME: Move code from queue.3 to tailq.3
>   queue.3, tailq.3: SYNOPSIS: Move code from queue.3 to tailq.3
>   queue.3, tailq.3: DESCRIPTION: Move code from queue.3 to tailq.3
>   queue.3, tailq.3: EXAMPLES: Move code from queue.3 to tailq.3
>   tailq.3: Copy and adapt code from queue.3
>   tailq.3: ffix: Use man markup
>   tailq.3: Add remaining details to complete the page
>   TAILQ_CONCAT.3, TAILQ_EMPTY.3, TAILQ_ENTRY.3, TAILQ_FIRST.3,
>     TAILQ_FOREACH.3, TAILQ_FOREACH_REVERSE.3, TAILQ_HEAD.3,
>     TAILQ_HEAD_INITIALIZER.3, TAILQ_INIT.3, TAILQ_INSERT_AFTER.3,
>     TAILQ_INSERT_BEFORE.3, TAILQ_INSERT_HEAD.3, TAILQ_INSERT_TAIL.3,
>     TAILQ_LAST.3, TAILQ_NEXT.3, TAILQ_PREV.3, TAILQ_REMOVE.3,
>     TAILQ_SWAP.3: Link to the new tailq(3) page instead of queue(3)
>   queue.3: SEE ALSO: Add tailq(3)
> 
>  man3/TAILQ_CONCAT.3           |   2 +-
>  man3/TAILQ_EMPTY.3            |   2 +-
>  man3/TAILQ_ENTRY.3            |   2 +-
>  man3/TAILQ_FIRST.3            |   2 +-
>  man3/TAILQ_FOREACH.3          |   2 +-
>  man3/TAILQ_FOREACH_REVERSE.3  |   2 +-
>  man3/TAILQ_HEAD.3             |   2 +-
>  man3/TAILQ_HEAD_INITIALIZER.3 |   2 +-
>  man3/TAILQ_INIT.3             |   2 +-
>  man3/TAILQ_INSERT_AFTER.3     |   2 +-
>  man3/TAILQ_INSERT_BEFORE.3    |   2 +-
>  man3/TAILQ_INSERT_HEAD.3      |   2 +-
>  man3/TAILQ_INSERT_TAIL.3      |   2 +-
>  man3/TAILQ_LAST.3             |   2 +-
>  man3/TAILQ_NEXT.3             |   2 +-
>  man3/TAILQ_PREV.3             |   2 +-
>  man3/TAILQ_REMOVE.3           |   2 +-
>  man3/TAILQ_SWAP.3             |   2 +-
>  man3/queue.3                  | 343 +-------------------------
>  man3/tailq.3                  | 437 ++++++++++++++++++++++++++++++++++
>  20 files changed, 456 insertions(+), 360 deletions(-)
>  create mode 100644 man3/tailq.3
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

      parent reply	other threads:[~2020-10-25  9:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-25  9:36 [PATCH 00/10] tailq.3: fork from queue.3 Alejandro Colomar
2020-10-25  9:36 ` [PATCH 01/10] tailq.3: New page that will hold the (tailq) contents of queue.3 Alejandro Colomar
2020-10-25  9:36 ` [PATCH 02/10] queue.3, tailq.3: NAME: Move code from queue.3 to tailq.3 Alejandro Colomar
2020-10-25  9:36 ` [PATCH 03/10] queue.3, tailq.3: SYNOPSIS: " Alejandro Colomar
2020-10-25  9:36 ` [PATCH 04/10] queue.3, tailq.3: DESCRIPTION: " Alejandro Colomar
2020-10-25  9:36 ` [PATCH 05/10] queue.3, tailq.3: EXAMPLES: " Alejandro Colomar
2020-10-25  9:36 ` [PATCH 06/10] tailq.3: Copy and adapt code from queue.3 Alejandro Colomar
2020-10-25  9:36 ` [PATCH 07/10] tailq.3: ffix: Use man markup Alejandro Colomar
2020-10-25  9:36 ` [PATCH 08/10] tailq.3: Add remaining details to complete the page Alejandro Colomar
2020-10-25  9:36 ` [PATCH 09/10] TAILQ_CONCAT.3, TAILQ_EMPTY.3, TAILQ_ENTRY.3, TAILQ_FIRST.3, TAILQ_FOREACH.3, TAILQ_FOREACH_REVERSE.3, TAILQ_HEAD.3, TAILQ_HEAD_INITIALIZER.3, TAILQ_INIT.3, TAILQ_INSERT_AFTER.3, TAILQ_INSERT_BEFORE.3, TAILQ_INSERT_HEAD.3, TAILQ_INSERT_TAIL.3, TAILQ_LAST.3, TAILQ_NEXT.3, TAILQ_PREV.3, TAILQ_REMOVE.3, TAILQ_SWAP.3: Link to the new tailq(3) page instead of queue(3) Alejandro Colomar
2020-10-25  9:36 ` [PATCH 10/10] queue.3: SEE ALSO: Add tailq(3) Alejandro Colomar
2020-10-25  9:46 ` Michael Kerrisk (man-pages) [this message]

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=f15fc80b-b59b-70df-3fa4-4e3b634eab85@gmail.com \
    --to=mtk.manpages@gmail.com \
    --cc=colomar.6.4.3@gmail.com \
    --cc=libc-alpha@sourceware.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.