From: guenther Date: Wed, 23 Jul 2014 08:07:35 +0000 (+0000) Subject: Subtraction usually decrements the value X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=eed0c46d848d15bcdf64f33789faca29392785f5;p=openbsd Subtraction usually decrements the value ok dlg@ --- diff --git a/share/man/man9/atomic_sub_int.9 b/share/man/man9/atomic_sub_int.9 index 98e51581464..2ae116cdf40 100644 --- a/share/man/man9/atomic_sub_int.9 +++ b/share/man/man9/atomic_sub_int.9 @@ -1,4 +1,4 @@ -.\" $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 .\" 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 13 2014 $ +.Dd $Mdocdate: July 23 2014 $ .Dt ATOMIC_SUB_INT 9 .Os .Sh NAME @@ -41,7 +41,7 @@ and multiple processors in the system. .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 ,