Module Name:    src
Committed By:   riastradh
Date:           Mon Apr 11 03:27:14 UTC 2016

Modified Files:
        src/share/man/man9: pslist.9

Log Message:
Remove incorrect comment about non-effect of PSLIST_ENTRY_DESTROY.

This does have an effect -- it nullifies the next pointer.  (The text
was copied from PSLIST_DESTROY, which really has no effect without
options DIAGNOSTIC.)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/share/man/man9/pslist.9:1.14
--- src/share/man/man9/pslist.9:1.13	Sat Apr  9 18:25:26 2016
+++ src/share/man/man9/pslist.9	Mon Apr 11 03:27:14 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pslist.9,v 1.13 2016/04/09 18:25:26 riastradh Exp $
+.\"	$NetBSD: pslist.9,v 1.14 2016/04/11 03:27:14 riastradh Exp $
 .\"
 .\" Copyright (c) 2016 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -175,12 +175,6 @@ Either
 must never have been inserted into a list, or it must have been
 inserted and removed, and the caller must have waited for all parallel
 readers to finish reading it first.
-.Pp
-This has an effect only with the
-.Dv DIAGNOSTIC
-option, so it is not strictly necessary, but it can help to detect bugs
-early; see
-.Xr KASSERT 9 .
 .El
 .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 .Sh WRITER OPERATIONS

Reply via email to