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