Module Name: src Committed By: ozaki-r Date: Wed Apr 27 06:57:24 UTC 2016
Modified Files: src/share/man/man9: pslist.9 Log Message: Fix declaration of PSLIST_READER_FIRST To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 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.15 src/share/man/man9/pslist.9:1.16 --- src/share/man/man9/pslist.9:1.15 Mon Apr 11 13:45:20 2016 +++ src/share/man/man9/pslist.9 Wed Apr 27 06:57:24 2016 @@ -1,4 +1,4 @@ -.\" $NetBSD: pslist.9,v 1.15 2016/04/11 13:45:20 riastradh Exp $ +.\" $NetBSD: pslist.9,v 1.16 2016/04/27 06:57:24 ozaki-r Exp $ .\" .\" Copyright (c) 2016 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd April 8, 2016 +.Dd April 27, 2016 .Dt PSLIST 9 .Os .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" @@ -64,7 +64,7 @@ .Fn PSLIST_WRITER_FOREACH "TYPE *element" "struct pslist_head *head" "TYPE" "PSLIST_ENTRY NAME" .\" Reader operations .Ft TYPE * -.Fn PSLIST_READER_FIRST "TYPE *element" "TYPE" "PSLIST_ENTRY NAME" +.Fn PSLIST_READER_FIRST "struct pslist *head" "TYPE" "PSLIST_ENTRY NAME" .Ft TYPE * .Fn PSLIST_READER_NEXT "TYPE *element" "TYPE" "PSLIST_ENTRY NAME" .Fn PSLIST_READER_FOREACH "TYPE *element" "struct pslist_head *head" "TYPE" "PSLIST_ENTRY NAME"