Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 s/tail queue/simple queue/ in SIMPLE QUEUES s...



details:   https://anonhg.NetBSD.org/src/rev/a16265ec8f52
branches:  trunk
changeset: 825948:a16265ec8f52
user:      isaki <isaki%NetBSD.org@localhost>
date:      Tue Aug 08 03:58:43 2017 +0000

description:
s/tail queue/simple queue/ in SIMPLE QUEUES section.

diffstat:

 share/man/man3/queue.3 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r aa787967382c -r a16265ec8f52 share/man/man3/queue.3
--- a/share/man/man3/queue.3    Tue Aug 08 03:14:50 2017 +0000
+++ b/share/man/man3/queue.3    Tue Aug 08 03:58:43 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: queue.3,v 1.57 2017/07/03 21:30:58 wiz Exp $
+.\"    $NetBSD: queue.3,v 1.58 2017/08/08 03:58:43 isaki Exp $
 .\"
 .\" Copyright (c) 2000, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -764,13 +764,13 @@
 .Pp
 The macro
 .Fn SIMPLEQ_LAST
-returns the last item on the tail queue.
-If the tail queue is empty the return value is
+returns the last item on the simple queue.
+If the simple queue is empty the return value is
 .Dv NULL .
 .Pp
 The macro
 .Fn SIMPLEQ_FOREACH
-traverses the tail queue referenced by
+traverses the simple queue referenced by
 .Fa head
 in the forward direction, assigning each element
 in turn to
@@ -832,7 +832,7 @@
 .Pp
 The macro
 .Fn SIMPLEQ_CONCAT
-concatenates the tail queue headed by
+concatenates the simple queue headed by
 .Fa head2
 onto the end of the one headed by
 .Fa head1 ,



Home | Main Index | Thread Index | Old Index