Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Tighten opening paragraph. Split into two sm...
details: https://anonhg.NetBSD.org/src/rev/0d86b51d1d5f
branches: trunk
changeset: 344640:0d86b51d1d5f
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Apr 09 17:34:57 2016 +0000
description:
Tighten opening paragraph. Split into two smaller sentences.
diffstat:
share/man/man9/pslist.9 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 79ec726a47c2 -r 0d86b51d1d5f share/man/man9/pslist.9
--- a/share/man/man9/pslist.9 Sat Apr 09 17:04:53 2016 +0000
+++ b/share/man/man9/pslist.9 Sat Apr 09 17:34:57 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pslist.9,v 1.7 2016/04/09 15:09:42 riastradh Exp $
+.\" $NetBSD: pslist.9,v 1.8 2016/04/09 17:34:57 riastradh Exp $
.\"
.\" Copyright (c) 2016 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -72,12 +72,12 @@
.Sh DESCRIPTION
The
.Nm
-data structure is a linked list like the
-.Fn LIST_*
-operations in
-.Xr queue 3 ,
-augmented with memory barriers so that any number of readers can safely
-run in parallel with at most one writer, without needing any
+data structure is a linked list like
+.Nm list
+in
+.Xr queue 3 .
+It is augmented with memory barriers so that any number of readers can
+safely run in parallel with at most one writer, without needing any
interprocessor synchronization such as locks or atomics on the reader
side.
.\"
Home |
Main Index |
Thread Index |
Old Index