Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Say `loop header', not `loop head'.



details:   https://anonhg.NetBSD.org/src/rev/47c03d9dbf05
branches:  trunk
changeset: 814785:47c03d9dbf05
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sat Apr 09 17:50:54 2016 +0000

description:
Say `loop header', not `loop head'.

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

diffstat:

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

diffs (27 lines):

diff -r a449d4a81cee -r 47c03d9dbf05 share/man/man9/pslist.9
--- a/share/man/man9/pslist.9   Sat Apr 09 17:48:32 2016 +0000
+++ b/share/man/man9/pslist.9   Sat Apr 09 17:50:54 2016 +0000
@@ -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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index