Module Name: src
Committed By: riastradh
Date: Sat Apr 9 17:34:57 UTC 2016
Modified Files:
src/share/man/man9: pslist.9
Log Message:
Tighten opening paragraph. Split into two smaller sentences.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/pslist.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/pslist.9
diff -u src/share/man/man9/pslist.9:1.7 src/share/man/man9/pslist.9:1.8
--- src/share/man/man9/pslist.9:1.7 Sat Apr 9 15:09:42 2016
+++ src/share/man/man9/pslist.9 Sat Apr 9 17:34:57 2016
@@ -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.
.\"