diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-05-21 13:39:46 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-05-21 13:39:46 +0000 |
| commit | e6b089446b73b984fb2966792858123ba8fb6032 (patch) | |
| tree | 4780bbddc2797edcb8c719d0516c5906e6ae083f /share | |
| parent | 9995e57b01361165d05b6f5478fd28b7100ce432 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/atomic.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9 index 70ee2ab78ed5..0bc567c4b9bf 100644 --- a/share/man/man9/atomic.9 +++ b/share/man/man9/atomic.9 @@ -225,7 +225,7 @@ return (*addr) .Pp The .Fn atomic_load -functions always have acquire semantics. +functions are only provided with acquire memory barriers. .Bl -hang .It Fn atomic_readandclear addr .Bd -literal -compact @@ -263,7 +263,7 @@ not have any variants with memory barriers at this time. .Pp The .Fn atomic_store -functions always have release semantics. +functions are only provided with release memory barriers. .Pp The type .Dq Li 64 |
