git: b7a2b3d27bd6 - stable/14 - atomic(9): add missing .Nm entries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Sep 2026 05:44:12 UTC
The branch stable/14 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=b7a2b3d27bd6872f3c3590e937434d8727eac32d
commit b7a2b3d27bd6872f3c3590e937434d8727eac32d
Author: Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-08-09 05:02:13 +0000
Commit: Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-09-04 05:42:28 +0000
atomic(9): add missing .Nm entries
MFC after: 1 week
Reported by: make manlint
(cherry picked from commit 8eced03c369a6f8aad0013604f790bafd4526848)
---
share/man/man9/atomic.9 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9
index b027a0ff0bca..a84a828edf36 100644
--- a/share/man/man9/atomic.9
+++ b/share/man/man9/atomic.9
@@ -35,6 +35,9 @@
.Nm atomic_set ,
.Nm atomic_subtract ,
.Nm atomic_store ,
+.Nm atomic_swap ,
+.Nm atomic_testandclear ,
+.Nm atomic_testandset ,
.Nm atomic_thread_fence
.Nd atomic operations
.Sh SYNOPSIS