From e1fbe5b794281c0e2bb2bb0ffff6b313ac2e0c8c Mon Sep 17 00:00:00 2001 From: riastradh Date: Tue, 15 Feb 2022 22:46:53 +0000 Subject: [PATCH] membar_ops(3): xref bus_dma, bus_space in SEE ALSO section too --- lib/libc/atomic/membar_ops.3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libc/atomic/membar_ops.3 b/lib/libc/atomic/membar_ops.3 index 71336d0cc3e6..a6b26ccef121 100644 --- a/lib/libc/atomic/membar_ops.3 +++ b/lib/libc/atomic/membar_ops.3 @@ -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/write operation. .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