Subtraction usually decrements the value
authorguenther <guenther@openbsd.org>
Wed, 23 Jul 2014 08:07:35 +0000 (08:07 +0000)
committerguenther <guenther@openbsd.org>
Wed, 23 Jul 2014 08:07:35 +0000 (08:07 +0000)
ok dlg@

share/man/man9/atomic_sub_int.9

index 98e5158..2ae116c 100644 (file)
@@ -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 <dlg@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 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 ,