diff options
| author | 2014-02-13 12:03:47 +0000 | |
|---|---|---|
| committer | 2014-02-13 12:03:47 +0000 | |
| commit | c468d2a2dd63d425be07c0d683eff511108c08d2 (patch) | |
| tree | 6127c2cb25b0a08be8e890e2e934a57e40064628 /share/man/man9/atomic_setbits_int.9 | |
| parent | document return values in the RETURN VALUES section. (diff) | |
| download | wireguard-openbsd-c468d2a2dd63d425be07c0d683eff511108c08d2.tar.xz wireguard-openbsd-c468d2a2dd63d425be07c0d683eff511108c08d2.zip | |
add CONTEXT
these can all be called during autoconf, in process context, or from
interrupts.
Diffstat (limited to 'share/man/man9/atomic_setbits_int.9')
| -rw-r--r-- | share/man/man9/atomic_setbits_int.9 | 9 |
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 , |
