[PATCH v2 00/10] list.3: New page forked from queue.3

Alejandro Colomar colomar.6.4.3@gmail.com
Tue Oct 20 21:30:58 GMT 2020


Hi Michael,

Anyway, I did the rebase :-}
This way I have a good pattern to follow in the next pages.
And it was somewhat affordable.

Changes since v1:
- rebase + reorder + squash
- Minor fixes (squashed into the previous commits)
- LIST_*.3 links now point to list.3
- queue.3: SEE ALSO: Add list(3)

Kind regards,

Alex

Alejandro Colomar (10):
  list.3: New page that will hold the (list) contents of queue.3
  list.3, queue.3: NAME: Move code from queue.3 to list.3
  list.3, queue.3: SYNOPSIS: Move code from queue.3 to list.3
  list.3, queue.3: DESCRIPTION: Move list specific code from queue.3 to
    list.3
  list.3, queue.3: EXAMPLES: Move example program from queue.3 to list.3
  list.3: Copy and adapt code from queue.3
  list.3: ffix: Use man markup
  list.3: Add details
  LIST_EMPTY.3, LIST_ENTRY.3, LIST_FIRST.3, LIST_FOREACH.3, LIST_HEAD.3,
    LIST_HEAD_INITIALIZER.3, LIST_INIT.3, LIST_INSERT_AFTER.3,
    LIST_INSERT_BEFORE.3, LIST_INSERT_HEAD.3, LIST_NEXT.3,
    LIST_REMOVE.3: Link to the new list.3 page instead of queue.3
  queue.3: SEE ALSO: Add list(3)

 man3/LIST_EMPTY.3            |   2 +-
 man3/LIST_ENTRY.3            |   2 +-
 man3/LIST_FIRST.3            |   2 +-
 man3/LIST_FOREACH.3          |   2 +-
 man3/LIST_HEAD.3             |   2 +-
 man3/LIST_HEAD_INITIALIZER.3 |   2 +-
 man3/LIST_INIT.3             |   2 +-
 man3/LIST_INSERT_AFTER.3     |   2 +-
 man3/LIST_INSERT_BEFORE.3    |   2 +-
 man3/LIST_INSERT_HEAD.3      |   2 +-
 man3/LIST_NEXT.3             |   2 +-
 man3/LIST_REMOVE.3           |   2 +-
 man3/list.3                  | 347 +++++++++++++++++++++++++++++++++++
 man3/queue.3                 | 238 +-----------------------
 14 files changed, 360 insertions(+), 249 deletions(-)
 create mode 100644 man3/list.3

-- 
2.28.0



More information about the Libc-alpha mailing list