Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/atomic membar_ops(3): xref bus_dma, bus_space in SE...



details:   https://anonhg.NetBSD.org/src/rev/3391e650d1ea
branches:  trunk
changeset: 361580:3391e650d1ea
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Feb 15 22:46:53 2022 +0000

description:
membar_ops(3): xref bus_dma, bus_space in SEE ALSO section too

diffstat:

 lib/libc/atomic/membar_ops.3 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r ae9928434ede -r 3391e650d1ea lib/libc/atomic/membar_ops.3
--- a/lib/libc/atomic/membar_ops.3      Tue Feb 15 22:46:29 2022 +0000
+++ b/lib/libc/atomic/membar_ops.3      Tue Feb 15 22:46:53 2022 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index