Hi Michael, I finished one of the pages: list.3 Would you maybe call the page LIST.3 instead? I didn't write the link pages yet in case we call it differently. Please comment any improvements you may find. There are too many patches, so you may prefer to pull from my repo, where I created the tag 'list_v1' for this patchset: https://github.com/alejandro-colomar/man-pages.git list_v1 As you can probably guess, if you prefer to pull from the repo, I'll create similar tags for revisions of this patchset (e.g., 'list_v2'). Cheers, Alex Alejandro Colomar (22): 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: NAME: ffix: Use man markup list.3: NAME: Add description list.3, queue.3: SYNOPSIS: Move code from queue.3 to list.3 list.3: SYNOPSIS: Copy include from queue.3 list.3: SYNOPSIS: ffix: Use man markup list.3: DESCRIPTION: Add short description list.3: DESCRIPTION: Copy description about naming of macros from queue.3 list.3: DESCRIPTION: Remove unrelated code to adapt to this page list.3: DESCRIPTION: ffix: Use man markup list.3, queue.3: DESCRIPTION: Move list specific code from queue.3 to list.3 list.3: DESCRIPTION: ffix: Use man markup list.3: DESCRIPTION: Remove line pointing to the EXAMPLES list.3: CONFORMING TO: Copy from queue.3 list.3: CONFORMING TO: Adapt to this page list.3: CONFORMING TO: ffix: Use man markup list.3: SEE ALSO: Add insque(3) and queue(3) list.3, queue.3: EXAMPLES: Move example program from queue.3 to list.3 list.3: EXAMPLES: ffix: Use man markup list.3: BUGS: Note LIST_FOREACH() limitations list.3: RETURN VALUE: Add details about the return value of those macros that "return" a value man3/list.3 | 347 +++++++++++++++++++++++++++++++++++++++++++++++++++ man3/queue.3 | 237 ----------------------------------- 2 files changed, 347 insertions(+), 237 deletions(-) create mode 100644 man3/list.3 -- 2.28.0