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

Message ID 20201020213107.83837-1-colomar.6.4.3@gmail.com
Headers
Series list.3: New page forked from queue.3 |

Message

Alejandro Colomar Oct. 20, 2020, 9:30 p.m. UTC
  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
  

Comments

Michael Kerrisk \(man-pages\) Oct. 21, 2020, 4:52 a.m. UTC | #1
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
>