ref: 8803081b7627b4af07486c401fc919459be95711
parent: 71c926ee445d4646a9002a7e07bde4bf1ec6af3c
	author: mia soweli <mia@soweli.net>
	date: Fri Aug 15 16:59:51 EDT 2025
	
atomic(2): reference the correct names
--- a/sys/man/2/atomic
+++ b/sys/man/2/atomic
@@ -3,9 +3,9 @@
agetl,
agetv,
agetp,
-asetl,
-asetv,
-asetp,
+aswapl,
+aswapv,
+aswapp,
aincl,
aincv,
acasl,
@@ -44,7 +44,8 @@
.SH DESCRIPTION
.P
These routines provide atomic operations that can be used to synchronize processes.
-They are sequentially consistent, that is, operations in a multi-process program are executed in some sequential order; operations in each process are executed in program order. No non-atomic operations will be re-orded to be observable before or after an atomic operation.
+They are sequentially consistent, that is, operations in a multi-process program are executed in some sequential order; operations in each process are executed in program order.
+No non-atomic operations will be re-orded to be observable before or after an atomic operation.
.P
.IR Agetl ,
.IR agetv ,
--
⑨