git: 1563da200d4d - main - queue.3: Add MLINKs for *_EMPTY_ATOMIC

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Fri, 14 Nov 2025 14:31:42 UTC
The branch main has been updated by markj:

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

commit 1563da200d4d3d56799267f1bbc58933a6c21331
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-11-10 15:30:50 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-11-14 14:31:16 +0000

    queue.3: Add MLINKs for *_EMPTY_ATOMIC
    
    MFC after:      1 week
    Fixes:          d2870b8666f2 ("queue: Add atomic variants for *_EMPTY")
---
 share/man/man3/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile
index 18e439491793..bce57291f073 100644
--- a/share/man/man3/Makefile
+++ b/share/man/man3/Makefile
@@ -203,6 +203,7 @@ MLINKS+=	Q_SIGNSHFT.3 Q_SSIGN.3 \
 MLINKS+=	queue.3 LIST_CLASS_ENTRY.3 \
 		queue.3 LIST_CLASS_HEAD.3 \
 		queue.3 LIST_EMPTY.3 \
+		queue.3 LIST_EMPTY_ATOMIC.3 \
 		queue.3 LIST_ENTRY.3 \
 		queue.3 LIST_FIRST.3 \
 		queue.3 LIST_FOREACH.3 \
@@ -224,6 +225,7 @@ MLINKS+=	queue.3 LIST_CLASS_ENTRY.3 \
 		queue.3 SLIST_CLASS_ENTRY.3 \
 		queue.3 SLIST_CLASS_HEAD.3 \
 		queue.3 SLIST_EMPTY.3 \
+		queue.3 SLIST_EMPTY_ATOMIC.3 \
 		queue.3 SLIST_ENTRY.3 \
 		queue.3 SLIST_FIRST.3 \
 		queue.3 SLIST_FOREACH.3 \
@@ -246,6 +248,7 @@ MLINKS+=	queue.3 LIST_CLASS_ENTRY.3 \
 		queue.3 STAILQ_CLASS_HEAD.3 \
 		queue.3 STAILQ_CONCAT.3 \
 		queue.3 STAILQ_EMPTY.3 \
+		queue.3 STAILQ_EMPTY_ATOMIC.3 \
 		queue.3 STAILQ_ENTRY.3 \
 		queue.3 STAILQ_FIRST.3 \
 		queue.3 STAILQ_FOREACH.3 \
@@ -270,6 +273,7 @@ MLINKS+=	queue.3 LIST_CLASS_ENTRY.3 \
 		queue.3 TAILQ_CLASS_HEAD.3 \
 		queue.3 TAILQ_CONCAT.3 \
 		queue.3 TAILQ_EMPTY.3 \
+		queue.3 TAILQ_EMPTY_ATOMIC.3 \
 		queue.3 TAILQ_ENTRY.3 \
 		queue.3 TAILQ_FIRST.3 \
 		queue.3 TAILQ_FOREACH.3 \