Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2025 12:42:47 GMT
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 10944406beb4 - releng/14.3 - queue(3): Install *_SPLIT_AFTER() links to the main manual page
Message-ID:  <202505131242.54DCgl4r072835@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505131242.54DCgl4r072835>