Hello Alex, On 10/20/20 11:30 PM, Alejandro Colomar wrote: > Hi Michael, > > Anyway, I did the rebase :-} Thanks! > 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) I've applied all of the patches, and pushed. You may want to take a look at a few of the teaks I added after your commits for some pieces that may be helpful in the next patches that you write for these changes. Thanks, Michael > 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/