Skip to content

Commit

Permalink
atomic(9): Update manpage after constifying atomic loads
Browse files Browse the repository at this point in the history
MFC after:      5 days
Sponsored by:   The FreeBSD Foundation
  • Loading branch information
OlCe2 committed Dec 17, 2024
1 parent fa368cc commit 32c4572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/man/man9/atomic.9
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd November 19, 2024
.Dd December 16, 2024
.Dt ATOMIC 9
.Os
.Sh NAME
Expand Down Expand Up @@ -60,7 +60,7 @@
.Ft void
.Fn atomic_interrupt_fence "void"
.Ft <type>
.Fn atomic_load_[acq_]<type> "volatile <type> *p"
.Fn atomic_load_[acq_]<type> "const volatile <type> *p"
.Ft <type>
.Fn atomic_readandclear_<type> "volatile <type> *p"
.Ft void
Expand Down

0 comments on commit 32c4572

Please sign in to comment.