Module Name:    src
Committed By:   riastradh
Date:           Sun Nov 12 21:14:33 UTC 2017

Modified Files:
        src/share/man/man9: bus_dma.9 bus_space.9 condvar.9 rwlock.9

Log Message:
Replace xref mb(9) by xref membar_ops(3).


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/share/man/man9/bus_dma.9
cvs rdiff -u -r1.51 -r1.52 src/share/man/man9/bus_space.9
cvs rdiff -u -r1.17 -r1.18 src/share/man/man9/condvar.9
cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/rwlock.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/bus_dma.9
diff -u src/share/man/man9/bus_dma.9:1.64 src/share/man/man9/bus_dma.9:1.65
--- src/share/man/man9/bus_dma.9:1.64	Mon Jul  3 21:28:48 2017
+++ src/share/man/man9/bus_dma.9	Sun Nov 12 21:14:33 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_dma.9,v 1.64 2017/07/03 21:28:48 wiz Exp $
+.\" $NetBSD: bus_dma.9,v 1.65 2017/11/12 21:14:33 riastradh Exp $
 .\"
 .\" Copyright (c) 1996, 1997, 1998, 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -825,8 +825,8 @@ Free a tag created by
 .Fn bus_dmatag_subregion .
 .El
 .Sh SEE ALSO
-.Xr bus_space 9 ,
-.Xr mb 9
+.Xr membar_ops 3 ,
+.Xr bus_space 9
 .Rs
 .%A Jason Thorpe
 .%T "A Machine-Independent DMA Framework for NetBSD"

Index: src/share/man/man9/bus_space.9
diff -u src/share/man/man9/bus_space.9:1.51 src/share/man/man9/bus_space.9:1.52
--- src/share/man/man9/bus_space.9:1.51	Sun Apr 16 06:36:03 2017
+++ src/share/man/man9/bus_space.9	Sun Nov 12 21:14:33 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_space.9,v 1.51 2017/04/16 06:36:03 wiz Exp $
+.\" $NetBSD: bus_space.9,v 1.52 2017/11/12 21:14:33 riastradh Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1957,8 +1957,8 @@ old, deprecated specification can be com
 preprocessor symbol before including
 .In sys/bus.h .
 .Sh SEE ALSO
-.Xr bus_dma 9 ,
-.Xr mb 9
+.Xr membar_ops 3 ,
+.Xr bus_dma 9
 .Sh HISTORY
 The
 .Nm

Index: src/share/man/man9/condvar.9
diff -u src/share/man/man9/condvar.9:1.17 src/share/man/man9/condvar.9:1.18
--- src/share/man/man9/condvar.9:1.17	Sun Nov 12 20:04:28 2017
+++ src/share/man/man9/condvar.9	Sun Nov 12 21:14:33 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: condvar.9,v 1.17 2017/11/12 20:04:28 riastradh Exp $
+.\"	$NetBSD: condvar.9,v 1.18 2017/11/12 21:14:33 riastradh Exp $
 .\"
 .\" Copyright (c) 2006, 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -315,8 +315,8 @@ The header file
 describes the public interface.
 .Sh SEE ALSO
 .Xr sigaction 2 ,
+.Xr membar_ops 3 ,
 .Xr errno 9 ,
-.Xr mb 9 ,
 .Xr mstohz 9 ,
 .Xr mutex 9 ,
 .Xr rwlock 9

Index: src/share/man/man9/rwlock.9
diff -u src/share/man/man9/rwlock.9:1.16 src/share/man/man9/rwlock.9:1.17
--- src/share/man/man9/rwlock.9:1.16	Sat Jun  3 08:44:59 2017
+++ src/share/man/man9/rwlock.9	Sun Nov 12 21:14:33 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rwlock.9,v 1.16 2017/06/03 08:44:59 abhinav Exp $
+.\"	$NetBSD: rwlock.9,v 1.17 2017/11/12 21:14:33 riastradh Exp $
 .\"
 .\" Copyright (c) 2006, 2007, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -208,9 +208,9 @@ The header file
 describes the public interface, and interfaces that machine-dependent
 code must provide to support RW locks.
 .Sh SEE ALSO
+.Xr membar_ops 3 ,
 .Xr lockstat 8 ,
 .Xr condvar 9 ,
-.Xr mb 9 ,
 .Xr mutex 9
 .Rs
 .%A Jim Mauro

Reply via email to