Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Correct list of operations to note that SLIST...



details:   https://anonhg.NetBSD.org/src/rev/1ae508d6734a
branches:  trunk
changeset: 345526:1ae508d6734a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue May 31 06:00:38 2016 +0000

description:
Correct list of operations to note that SLISTs and SIMPLEQs cannot insert
entries before existing entries.  This can only be done for LISTs and
TAILQs.

Fixes PR kern/50845

diffstat:

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

diffs (27 lines):

diff -r bd4f9bb20e8b -r 1ae508d6734a share/man/man3/queue.3
--- a/share/man/man3/queue.3    Tue May 31 05:44:19 2016 +0000
+++ b/share/man/man3/queue.3    Tue May 31 06:00:38 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: queue.3,v 1.51 2016/02/02 12:25:24 ryoon Exp $
+.\"    $NetBSD: queue.3,v 1.52 2016/05/31 06:00:38 pgoyette Exp $
 .\"
 .\" Copyright (c) 2000, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -53,7 +53,7 @@
 .\"
 .\"    @(#)queue.3     8.1 (Berkeley) 12/13/93
 .\"
-.Dd February 2, 2016
+.Dd May 31, 2016
 .Dt QUEUE 3
 .Os
 .Sh NAME
@@ -256,7 +256,7 @@
 .It
 Insertion of a new entry at the head of the list.
 .It
-Insertion of a new entry before or after any element in the list.
+Insertion of a new entry after any element in the list.
 .It
 Removal of any entry in the list.
 .It



Home | Main Index | Thread Index | Old Index