git: 10944406beb4 - releng/14.3 - queue(3): Install *_SPLIT_AFTER() links to the main manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 May 2025 12:42:47 UTC
The branch releng/14.3 has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=10944406beb48f2da722b1f4ee798d2b07b499fc
commit 10944406beb48f2da722b1f4ee798d2b07b499fc
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-05-05 10:04:12 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-05-13 12:41:33 +0000
queue(3): Install *_SPLIT_AFTER() links to the main manual page
Completes commit "queue(3): New *_SPLIT_AFTER(), *_ASSERT_EMPTY(),
*_ASSERT_NONEMPTY()" (c02880233949b01f).
MFC after: 1 day
Sponsored by: The FreeBSD Foundation
(cherry picked from commit c071616b06aa0f51ac4314f989c472d0268c2ddb)
(cherry picked from commit eca0ce8afb15ef9f01703c4d15273eaf66eb63f5)
Approved by: re (cperciva)
---
share/man/man3/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 75f209ab4e0d..9f0c796e445c 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -217,6 +217,7 @@ MLINKS+= queue.3 LIST_CLASS_ENTRY.3 \
queue.3 LIST_PREV.3 \
queue.3 LIST_REMOVE.3 \
queue.3 LIST_REPLACE.3 \
+ queue.3 LIST_SPLIT_AFTER.3 \
queue.3 LIST_SWAP.3 \
queue.3 SLIST_CLASS_ENTRY.3 \
queue.3 SLIST_CLASS_HEAD.3 \
@@ -237,6 +238,7 @@ MLINKS+= queue.3 LIST_CLASS_ENTRY.3 \
queue.3 SLIST_REMOVE_AFTER.3 \
queue.3 SLIST_REMOVE_HEAD.3 \
queue.3 SLIST_REMOVE_PREVPTR.3 \
+ queue.3 SLIST_SPLIT_AFTER.3 \
queue.3 SLIST_SWAP.3 \
queue.3 STAILQ_CLASS_ENTRY.3 \
queue.3 STAILQ_CLASS_HEAD.3 \
@@ -259,6 +261,7 @@ MLINKS+= queue.3 LIST_CLASS_ENTRY.3 \
queue.3 STAILQ_REMOVE.3 \
queue.3 STAILQ_REMOVE_AFTER.3 \
queue.3 STAILQ_REMOVE_HEAD.3 \
+ queue.3 STAILQ_SPLIT_AFTER.3 \
queue.3 STAILQ_SWAP.3 \
queue.3 TAILQ_CLASS_ENTRY.3 \
queue.3 TAILQ_CLASS_HEAD.3 \
@@ -286,6 +289,7 @@ MLINKS+= queue.3 LIST_CLASS_ENTRY.3 \
queue.3 TAILQ_PREV.3 \
queue.3 TAILQ_REMOVE.3 \
queue.3 TAILQ_REPLACE.3 \
+ queue.3 TAILQ_SPLIT_AFTER.3 \
queue.3 TAILQ_SWAP.3
MLINKS+= stats.3 stats_tpl_alloc.3 \
stats.3 stats_tpl_fetch_allocid.3 \