Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2025 12:36:01 GMT
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c071616b06aa - main - queue(3): Install *_SPLIT_AFTER() links to the main manual page
Message-ID:  <202505071236.547Ca10G073608@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=c071616b06aa0f51ac4314f989c472d0268c2ddb

commit c071616b06aa0f51ac4314f989c472d0268c2ddb
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-05-05 10:04:12 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-05-07 12:34:44 +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
---
 share/man/man3/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 7322954b45ca..a1a5febb2bf8 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -216,6 +216,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 \
@@ -236,6 +237,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_AFTER.3 \
 		queue.3 STAILQ_REMOVE_HEAD.3 \
 		queue.3 STAILQ_REVERSE.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?202505071236.547Ca10G073608>