summaryrefslogtreecommitdiffstats
path: root/share/man/man9/atomic_setbits_int.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/atomic_setbits_int.9')
-rw-r--r--share/man/man9/atomic_setbits_int.99
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man9/atomic_setbits_int.9 b/share/man/man9/atomic_setbits_int.9
index d6389208e1c..4bec371d79c 100644
--- a/share/man/man9/atomic_setbits_int.9
+++ b/share/man/man9/atomic_setbits_int.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atomic_setbits_int.9,v 1.1 2014/02/04 20:55:22 dlg Exp $
+.\" $OpenBSD: atomic_setbits_int.9,v 1.2 2014/02/13 12:03:47 dlg Exp $
.\"
.\" Copyright (c) 2007 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 4 2014 $
+.Dd $Mdocdate: February 13 2014 $
.Dt ATOMIC_SETBITS_INT 9
.Os
.Sh NAME
@@ -52,6 +52,11 @@ It is equivalent to
.Bd -literal -offset indent
*p &= ~b;
.Ed
+.Sh CONTEXT
+.Fn atomic_setbits_int ,
+and
+.Fn atomic_clearbits_int
+can be called during autoconf, from process context, or from interrupt context.
.Sh SEE ALSO
.Xr atomic_add 9 ,
.Xr atomic_cas 9 ,