Skip to content

Commit 32c4572

Browse files
committed
atomic(9): Update manpage after constifying atomic loads
MFC after: 5 days Sponsored by: The FreeBSD Foundation
1 parent fa368cc commit 32c4572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/man/man9/atomic.9

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2121
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2222
.\"
23-
.Dd November 19, 2024
23+
.Dd December 16, 2024
2424
.Dt ATOMIC 9
2525
.Os
2626
.Sh NAME
@@ -60,7 +60,7 @@
6060
.Ft void
6161
.Fn atomic_interrupt_fence "void"
6262
.Ft <type>
63-
.Fn atomic_load_[acq_]<type> "volatile <type> *p"
63+
.Fn atomic_load_[acq_]<type> "const volatile <type> *p"
6464
.Ft <type>
6565
.Fn atomic_readandclear_<type> "volatile <type> *p"
6666
.Ft void

0 commit comments

Comments
 (0)