diff options
Diffstat (limited to 'share/man/man9/atomic_dec_int.9')
| -rw-r--r-- | share/man/man9/atomic_dec_int.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/atomic_dec_int.9 b/share/man/man9/atomic_dec_int.9 index c27844534ec..b2923b7a656 100644 --- a/share/man/man9/atomic_dec_int.9 +++ b/share/man/man9/atomic_dec_int.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atomic_dec_int.9,v 1.5 2014/02/13 12:03:47 dlg Exp $ +.\" $OpenBSD: atomic_dec_int.9,v 1.6 2014/02/13 12:05:05 dlg Exp $ .\" .\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org> .\" All rights reserved. @@ -53,7 +53,7 @@ can all be called during autoconf, from process context, or from interrupt conte .Nm atomic_dec_int and .Nm atomic_dec_long -perform the decrement without returning any knowledge of the value at the +perform the decrement without returning any knowledge of the value at .Fa p . .Pp .Nm atomic_dec_int_nv |
