Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/atomic Add membar_datadep_consumer to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/cb2051d47b01
branches:  trunk
changeset: 827348:cb2051d47b01
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue Oct 24 18:19:17 2017 +0000

description:
Add membar_datadep_consumer to the NAME section
Remove Pp before Bl

diffstat:

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

diffs (25 lines):

diff -r ab0943e5ada7 -r cb2051d47b01 lib/libc/atomic/membar_ops.3
--- a/lib/libc/atomic/membar_ops.3      Tue Oct 24 17:39:30 2017 +0000
+++ b/lib/libc/atomic/membar_ops.3      Tue Oct 24 18:19:17 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: membar_ops.3,v 1.4 2015/01/08 22:27:17 riastradh Exp $
+.\"    $NetBSD: membar_ops.3,v 1.5 2017/10/24 18:19:17 abhinav Exp $
 .\"
 .\" Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -36,6 +36,7 @@
 .Nm membar_exit ,
 .Nm membar_producer ,
 .Nm membar_consumer ,
+.Nm membar_datadep_consumer ,
 .Nm membar_sync
 .Nd memory access barrier operations
 .\" .Sh LIBRARY
@@ -61,7 +62,6 @@
 family of functions provide memory access barrier operations necessary
 for synchronization in multiprocessor execution environments that have
 relaxed load and store order.
-.Pp
 .Bl -tag -width "mem"
 .It Fn membar_enter
 Any store preceding



Home | Main Index | Thread Index | Old Index