diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-02-13 12:05:06 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-02-13 12:05:06 +0000 |
commit | 147361393cdf0feb05d14404a263275489505bc1 (patch) | |
tree | e1a788c9e713b2143f9de7c5be2e2f97b5f86290 /share/man/man9 | |
parent | 4c87560936a63205c707f004f1b6bd67faffc953 (diff) |
make a sentence better
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/atomic_add_int.9 | 4 | ||||
-rw-r--r-- | share/man/man9/atomic_dec_int.9 | 4 | ||||
-rw-r--r-- | share/man/man9/atomic_inc_int.9 | 4 | ||||
-rw-r--r-- | share/man/man9/atomic_sub_int.9 | 4 |
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 |