linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] slist.3: fork from queue.3
@ 2020-10-22 12:38 Alejandro Colomar
  2020-10-22 12:38 ` [PATCH 01/10] slist.3: New page that will hold the (slist) contents of queue.3 Alejandro Colomar
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Alejandro Colomar @ 2020-10-22 12:38 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man, libc-alpha

Hi Michael,

Here's slist.3.

I applied to this page all of the fixes you applied to list.3.
Also I noticed some unsorted macros,
so I'll check list.3 and sort them if necessary.

Cheers,

Alex

Alejandro Colomar (10):
  slist.3: New page that will hold the (slist) contents of queue.3
  queue.3, slist.3: NAME: Move code from queue.3 to slist.3
  queue.3, slist.3: SYNOPSIS: Move code from queue.3 to list.3
  queue.3, slist.3: DESCRIPTION: Move slist specific code from queue.3
    to slist.3
  queue.3, slist.3: EXAMPLES: Move example program from queue.3 to
    slist.3
  slist.3: Copy and adapt code from queue.3
  slist.3: ffix: Use man markup
  slist.3: Add details
  SLIST_EMPTY.3, SLIST_ENTRY.3, SLIST_FIRST.3, SLIST_FOREACH.3,
    SLIST_HEAD.3, SLIST_HEAD_INITIALIZER.3, SLIST_INIT.3,
    SLIST_INSERT_AFTER.3, SLIST_INSERT_HEAD.3, SLIST_NEXT.3,
    SLIST_REMOVE.3, SLIST_REMOVE_HEAD.3: Link to the new slist(3) page
    instead of queue(3)
  queue.3: SEE ALSO: Add slist(3)

 man3/SLIST_EMPTY.3            |   2 +-
 man3/SLIST_ENTRY.3            |   2 +-
 man3/SLIST_FIRST.3            |   2 +-
 man3/SLIST_FOREACH.3          |   2 +-
 man3/SLIST_HEAD.3             |   2 +-
 man3/SLIST_HEAD_INITIALIZER.3 |   2 +-
 man3/SLIST_INIT.3             |   2 +-
 man3/SLIST_INSERT_AFTER.3     |   2 +-
 man3/SLIST_INSERT_HEAD.3      |   2 +-
 man3/SLIST_NEXT.3             |   2 +-
 man3/SLIST_REMOVE.3           |   2 +-
 man3/SLIST_REMOVE_HEAD.3      |   2 +-
 man3/queue.3                  | 248 +-----------------------
 man3/slist.3                  | 355 ++++++++++++++++++++++++++++++++++
 14 files changed, 368 insertions(+), 259 deletions(-)
 create mode 100644 man3/slist.3

-- 
2.28.0


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

end of thread, other threads:[~2020-10-22 17:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22 12:38 [PATCH 00/10] slist.3: fork from queue.3 Alejandro Colomar
2020-10-22 12:38 ` [PATCH 01/10] slist.3: New page that will hold the (slist) contents of queue.3 Alejandro Colomar
2020-10-22 12:38 ` [PATCH 02/10] queue.3, slist.3: NAME: Move code from queue.3 to slist.3 Alejandro Colomar
2020-10-22 12:38 ` [PATCH 03/10] queue.3, slist.3: SYNOPSIS: Move code from queue.3 to list.3 Alejandro Colomar
2020-10-22 12:38 ` [PATCH 04/10] queue.3, slist.3: DESCRIPTION: Move slist specific code from queue.3 to slist.3 Alejandro Colomar
2020-10-22 12:38 ` [PATCH 05/10] queue.3, slist.3: EXAMPLES: Move example program " Alejandro Colomar
2020-10-22 12:38 ` [PATCH 06/10] slist.3: Copy and adapt code from queue.3 Alejandro Colomar
2020-10-22 12:38 ` [PATCH 07/10] slist.3: ffix: Use man markup Alejandro Colomar
2020-10-22 12:38 ` [PATCH 08/10] slist.3: Add details Alejandro Colomar
2020-10-22 12:38 ` [PATCH 09/10] SLIST_EMPTY.3, SLIST_ENTRY.3, SLIST_FIRST.3, SLIST_FOREACH.3, SLIST_HEAD.3, SLIST_HEAD_INITIALIZER.3, SLIST_INIT.3, SLIST_INSERT_AFTER.3, SLIST_INSERT_HEAD.3, SLIST_NEXT.3, SLIST_REMOVE.3, SLIST_REMOVE_HEAD.3: Link to the new slist(3) page instead of queue(3) Alejandro Colomar
2020-10-22 12:38 ` [PATCH 10/10] queue.3: SEE ALSO: Add slist(3) Alejandro Colomar
2020-10-22 17:48 ` [PATCH 00/10] slist.3: fork from queue.3 Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).