summaryrefslogtreecommitdiffstats
path: root/share/man/man3/queue.3
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-03-15 02:08:44 +0000
committerdd <dd@FreeBSD.org>2001-03-15 02:08:44 +0000
commit97642444ac396dc3ee73771af34e963a49a80c57 (patch)
treedc16e146c8e8998f5d73563432283fe7a94a93a1 /share/man/man3/queue.3
parent3519f71ec092cac4e03337f63191a3f5a30dcecf (diff)
downloadFreeBSD-src-97642444ac396dc3ee73771af34e963a49a80c57.zip
FreeBSD-src-97642444ac396dc3ee73771af34e963a49a80c57.tar.gz
Remove the last remnants of circle queues.
PR: 25184 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Approved by: nik
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r--share/man/man3/queue.311
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 1f37e26..2d08d59 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -154,10 +154,9 @@ lists and tail queues
.Fn TAILQ_REMOVE "TAILQ_HEAD *head" "TYPE *elm" "TAILQ_ENTRY NAME"
.\"
.Sh DESCRIPTION
-These macros define and operate on five types of data structures:
-singly-linked lists, singly-linked tail queues, lists, tail queues,
-and circular queues.
-All five structures support the following functionality:
+These macros define and operate on four types of data structures:
+singly-linked lists, singly-linked tail queues, lists, and tail queues.
+All four structures support the following functionality:
.Bl -enum -compact -offset indent
.It
Insertion of a new entry at the head of the list.
@@ -197,8 +196,8 @@ Singly-linked tailqs are ideal for applications with large datasets and
few or no removals,
or for implementing a FIFO queue.
.Pp
-All doubly linked types of data structures (lists, tail queues, and circle
-queues) additionally allow:
+All doubly linked types of data structures (lists and tail queues)
+additionally allow:
.Bl -enum -compact -offset indent
.It
Insertion of a new entry before any element in the list.
OpenPOWER on IntegriCloud