Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Fix declaration of PSLIST_READER_FIRST



details:   https://anonhg.NetBSD.org/src/rev/852b2d605c65
branches:  trunk
changeset: 344903:852b2d605c65
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Apr 27 06:57:24 2016 +0000

description:
Fix declaration of PSLIST_READER_FIRST

diffstat:

 share/man/man9/pslist.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9f26c9fbb6c2 -r 852b2d605c65 share/man/man9/pslist.9
--- a/share/man/man9/pslist.9   Wed Apr 27 02:47:39 2016 +0000
+++ b/share/man/man9/pslist.9   Wed Apr 27 06:57:24 2016 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index