summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-07-23 08:07:36 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-07-23 08:07:36 +0000
commit5b9e9ad1e8940cd0d9eddc8472d7cdf8b614c97b (patch)
treebbeeedeead4cf5764022181242c8b09aad4414a9 /share/man
parent962d368dbcdcb7bfcc53c5f1a088e548bd971ff0 (diff)
Subtraction usually decrements the value
ok dlg@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/atomic_sub_int.96
1 files changed, 3 insertions, 3 deletions
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 <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 ,