Module Name: src
Committed By: riastradh
Date: Tue Feb 15 22:46:53 UTC 2022
Modified Files:
src/lib/libc/atomic: membar_ops.3
Log Message:
membar_ops(3): xref bus_dma, bus_space in SEE ALSO section too
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/atomic/membar_ops.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/atomic/membar_ops.3
diff -u src/lib/libc/atomic/membar_ops.3:1.8 src/lib/libc/atomic/membar_ops.3:1.9
--- src/lib/libc/atomic/membar_ops.3:1.8 Fri Oct 9 19:41:02 2020
+++ src/lib/libc/atomic/membar_ops.3 Tue Feb 15 22:46:53 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: membar_ops.3,v 1.8 2020/10/09 19:41:02 uwe Exp $
+.\" $NetBSD: membar_ops.3,v 1.9 2022/02/15 22:46:53 riastradh Exp $
.\"
.\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -358,7 +358,9 @@ if the load is in an atomic read/modify/
.El
.Sh SEE ALSO
.Xr atomic_ops 3 ,
-.Xr atomic_loadstore 9
+.Xr atomic_loadstore 9 ,
+.Xr bus_dma 9 ,
+.Xr bus_space 9
.Sh HISTORY
The
.Nm membar_ops