diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-02-04 21:24:56 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-02-04 21:24:56 +0000 |
commit | 4c3546194b26b4b2fd373c3fd49458e224ebf770 (patch) | |
tree | 54c3ea8e7975288218ee19e1b72277de10df336b /share/man/man9/atomic_swap_uint.9 | |
parent | 3234c41634b7ac59930b928392ac320b297daf04 (diff) |
atomic.9 doesnt exist to Xr to now.
Diffstat (limited to 'share/man/man9/atomic_swap_uint.9')
-rw-r--r-- | share/man/man9/atomic_swap_uint.9 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/atomic_swap_uint.9 b/share/man/man9/atomic_swap_uint.9 index a855d83363f..2cf45021fc6 100644 --- a/share/man/man9/atomic_swap_uint.9 +++ b/share/man/man9/atomic_swap_uint.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atomic_swap_uint.9,v 1.2 2014/02/04 20:47:03 dlg Exp $ +.\" $OpenBSD: atomic_swap_uint.9,v 1.3 2014/02/04 21:24:55 dlg Exp $ .\" .\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org> .\" All rights reserved. @@ -45,7 +45,6 @@ These functions return the value at .Fa p as it was before the swap operation. .Sh SEE ALSO -.Xr atomic 9 , .Xr atomic_cas_uint 9 .Sh HISTORY The atomic_swap functions first appeared in |