git: 20b68f03d8f1 - stable/15 - atomic(9): add missing .Nm entries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Sep 2026 05:44:42 UTC
The branch stable/15 has been updated by ngie:
URL: https://cgit.FreeBSD.org/src/commit/?id=20b68f03d8f133b2c150520bd16aa462dc4f0223
commit 20b68f03d8f133b2c150520bd16aa462dc4f0223
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:44:34 +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