summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/atomic_add_int.94
-rw-r--r--share/man/man9/atomic_dec_int.94
-rw-r--r--share/man/man9/atomic_inc_int.94
-rw-r--r--share/man/man9/atomic_sub_int.94
4 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man9/atomic_add_int.9 b/share/man/man9/atomic_add_int.9
index 6e0fdf1b08a..3ca701a417c 100644
--- a/share/man/man9/atomic_add_int.9
+++ b/share/man/man9/atomic_add_int.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atomic_add_int.9,v 1.5 2014/02/13 12:03:47 dlg Exp $
+.\" $OpenBSD: atomic_add_int.9,v 1.6 2014/02/13 12:05:05 dlg Exp $
.\"
.\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org>
.\" All rights reserved.
@@ -54,7 +54,7 @@ can all be called during autoconf, from process context, or from interrupt conte
.Nm atomic_add_int
and
.Nm atomic_add_long
-perform the addition without returning any knowledge of the value at the
+perform the addition without returning any knowledge of the value at
.Fa p .
.Pp
.Nm atomic_add_int_nv
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
diff --git a/share/man/man9/atomic_inc_int.9 b/share/man/man9/atomic_inc_int.9
index f6576ad8fa6..0d21dc51670 100644
--- a/share/man/man9/atomic_inc_int.9
+++ b/share/man/man9/atomic_inc_int.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atomic_inc_int.9,v 1.5 2014/02/13 12:03:47 dlg Exp $
+.\" $OpenBSD: atomic_inc_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_inc_int
and
.Nm atomic_inc_long
-perform the increment without returning any knowledge of the value at the
+perform the increment without returning any knowledge of the value at
.Fa p .
.Pp
.Nm atomic_inc_int_nv
diff --git a/share/man/man9/atomic_sub_int.9 b/share/man/man9/atomic_sub_int.9
index 1c1a5abfb75..98e51581464 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.4 2014/02/13 12:03:47 dlg Exp $
+.\" $OpenBSD: atomic_sub_int.9,v 1.5 2014/02/13 12:05:05 dlg Exp $
.\"
.\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org>
.\" All rights reserved.
@@ -54,7 +54,7 @@ can all be called during autoconf, from process context, or from interrupt conte
.Nm atomic_sub_int
and
.Nm atomic_sub_long
-perform the subtraction without returning any knowledge of the value at the
+perform the subtraction without returning any knowledge of the value at
.Fa p .
.Pp
.Nm atomic_sub_int_nv