summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2014-02-03 06:51:23 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2014-02-03 06:51:23 +0000
commit8cb2192f01bdcc5092384356db59967ef87dc47b (patch)
tree05e5bb2df8da53377dc37e78999905db7153f6b4 /share/man/man9
parent2da02269cb88b81a2aa33e23690070948736d021 (diff)
rename membar.9 to membar_sync.9 because manpages have to be named after
functions FOR REASONS. reminded by jmc@
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/Makefile11
-rw-r--r--share/man/man9/membar_sync.9 (renamed from share/man/man9/membar.9)12
2 files changed, 9 insertions, 14 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index ce5e420825c..60902746313 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.197 2014/01/30 09:45:36 dlg Exp $
+# $OpenBSD: Makefile,v 1.198 2014/02/03 06:51:22 dlg Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -18,8 +18,8 @@ MAN= altq.9 aml_evalnode.9 atomic.9 atomic_add.9 atomic_cas.9 atomic_dec.9 \
iic.9 intro.9 inittodr.9 \
kern.9 km_alloc.9 knote.9 kthread.9 ktrace.9 \
loadfirmware.9 lock.9 log.9 \
- malloc.9 membar.9 mbuf.9 mbuf_tags.9 md5.9 mi_switch.9 microtime.9 \
- mountroothook_establish.9 mutex.9 namei.9 \
+ malloc.9 membar_sync.9 mbuf.9 mbuf_tags.9 md5.9 mi_switch.9 \
+ microtime.9 mountroothook_establish.9 mutex.9 namei.9 \
panic.9 pci_conf_read.9 pci_intr_map.9 pfind.9 physio.9 pmap.9 \
pool.9 powerhook_establish.9 ppsratecheck.9 printf.9 psignal.9 \
radio.9 arc4random.9 rasops.9 ratecheck.9 resettodr.9 rssadapt.9 \
@@ -224,9 +224,8 @@ MLINKS+=lock.9 lockinit.9 lock.9 lockmgr.9 lock.9 lockstatus.9 \
lock.9 simple_lock_try.9 lock.9 simple_unlock.9
MLINKS+=log.9 addlog.9
MLINKS+=malloc.9 free.9
-MLINKS+=membar.9 membar_enter.9 membar.9 membar_exit.9 \
- membar.9 membar_producer.9 membar.9 membar_consumer.9 \
- membar.9 membar_sync.9
+MLINKS+=membar_sync.9 membar_enter.9 membar_sync.9 membar_exit.9 \
+ membar_sync.9 membar_producer.9 membar_sync.9 membar_consumer.9
MLINKS+=mbuf.9 m_copym2.9 mbuf.9 m_copym.9 mbuf.9 m_free.9 mbuf.9 MFREE.9 \
mbuf.9 m_get.9 mbuf.9 MGET.9 mbuf.9 m_getclr.9 mbuf.9 m_gethdr.9 \
mbuf.9 MGETHDR.9 mbuf.9 m_prepend.9 mbuf.9 M_PREPEND.9 \
diff --git a/share/man/man9/membar.9 b/share/man/man9/membar_sync.9
index 5af1ca06517..da3e2ff4144 100644
--- a/share/man/man9/membar.9
+++ b/share/man/man9/membar_sync.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: membar.9,v 1.1 2014/01/30 00:44:20 dlg Exp $
+.\" $OpenBSD: membar_sync.9,v 1.1 2014/02/03 06:51:22 dlg Exp $
.\"
.\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 30 2014 $
+.Dd $Mdocdate: February 3 2014 $
.Dt MEMBAR 9
.Os
.Sh NAME
@@ -50,9 +50,7 @@
.Ft void
.Fn membar_sync "void"
.Sh DESCRIPTION
-The
-.Nm membar
-set of functions provide an interface for issuing memory barrier
+The membar set of functions provide an interface for issuing memory barrier
access operations with respect to multiple processors in the system.
.Bl -tag -width "mem"
.It Fn membar_enter
@@ -85,9 +83,7 @@ barrier complete and reach global visibility.
.Sh SEE ALSO
.Xr atomic 9
.Sh HISTORY
-The
-.Nm membar_ops
-functions first appeared in
+The membar functions first appeared in
.Nx 5.0
and
.Ox 5.5 .