The branch main has been updated by ngie:

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

commit 8eced03c369a6f8aad0013604f790bafd4526848
Author:     Enji Cooper <[email protected]>
AuthorDate: 2026-08-09 05:02:13 +0000
Commit:     Enji Cooper <[email protected]>
CommitDate: 2026-08-09 23:19:35 +0000

    atomic(9): add missing .Nm entries
    
    MFC after:      1 week
    Reported by:    make manlint
---
 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

Reply via email to