Module Name:    src
Committed By:   riastradh
Date:           Sat Apr  9 17:50:54 UTC 2016

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

Log Message:
Say `loop header', not `loop head'.

`Head' means something else in this context -- a list head.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/share/man/man9/pslist.9:1.11
--- src/share/man/man9/pslist.9:1.10	Sat Apr  9 17:48:32 2016
+++ src/share/man/man9/pslist.9	Sat Apr  9 17:50:54 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pslist.9,v 1.10 2016/04/09 17:48:32 riastradh Exp $
+.\"	$NetBSD: pslist.9,v 1.11 2016/04/09 17:50:54 riastradh Exp $
 .\"
 .\" Copyright (c) 2016 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -277,7 +277,7 @@ if there are no elements after
 .Fa element .
 .\""""""""""""""""
 .It Fn PSLIST_WRITER_FOREACH element head type NAME
-Loop head for iterating over each element
+Loop header for iterating over each element
 .Fa element
 of type
 .Fa type
@@ -327,7 +327,7 @@ if there are no elements after
 .Fa element .
 .\""""""""""""""""
 .It Fn PSLIST_READER_FOREACH element head type NAME
-Loop head for iterating over each element
+Loop header for iterating over each element
 .Fa element
 of type
 .Fa type

Reply via email to