[00/10] slist.3: fork from queue.3

Message ID 20201022123821.22602-1-colomar.6.4.3@gmail.com
Headers
Series slist.3: fork from queue.3 |

Message

Alejandro Colomar Oct. 22, 2020, 12:38 p.m. UTC
  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
  

Comments

Michael Kerrisk \(man-pages\) Oct. 22, 2020, 5:48 p.m. UTC | #1
Hi Alex,

On 10/22/20 2:38 PM, Alejandro Colomar wrote:
> 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.

Thanks! I've applied this series.

Cheers,

Michael

> 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
>