From 677a7288adf1034395245ec60ea76300b015aeff Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sat, 6 Mar 2021 07:21:40 +0200 Subject: [PATCH] atomic(9): note that atomic_interrupt_fence first appeared in 13.0 Approved by: re (gjb) (cherry picked from commit f5e930b369c6ea7a3f81d8e5b52cc395bb7b4187) (cherry picked from commit 8fb8f26ab4b62891be27402e4335c27cb6839d9e) --- share/man/man9/atomic.9 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/share/man/man9/atomic.9 b/share/man/man9/atomic.9 index 397a8fcd6b1..ebc6ed791f3 100644 --- a/share/man/man9/atomic.9 +++ b/share/man/man9/atomic.9 @@ -22,7 +22,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 24, 2021 +.Dd March 6, 2021 .Dt ATOMIC 9 .Os .Sh NAME @@ -612,3 +612,8 @@ and .Fn atomic_store were added in .Fx 12.0 . +.Pp +The +.Fn atomic_interrupt_fence +operation was added in +.Fx 13.0 . -- 2.45.0