git: 8eced03c369a - main - atomic(9): add missing .Nm entries
Enji Cooper <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a790b0f.394bc.24d474b8__5517.8315191128$1786317615$gmane$org@gitrepo.freebsd.org> |
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