-.\" $OpenBSD: atomic_sub_int.9,v 1.5 2014/02/13 12:05:05 dlg Exp $
+.\" $OpenBSD: atomic_sub_int.9,v 1.6 2014/07/23 08:07:35 guenther Exp $
.\"
.\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org>
.\" All rights reserved.
.\" 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 13 2014 $
+.Dd $Mdocdate: July 23 2014 $
.Dt ATOMIC_SUB_INT 9
.Os
.Sh NAME
.Pp
The value referenced by the pointer
.Fa p
-is incremented by the value
+is decremented by the value
.Fa v .
.Sh CONTEXT
.Fn atomic_sub_int ,