summaryrefslogtreecommitdiffstats
path: root/share/man/man3/queue.3
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2006-03-25 23:11:10 +0000
committeremaste <emaste@FreeBSD.org>2006-03-25 23:11:10 +0000
commit37bf7d3702d3759e7a771787cf81b554e8ea8545 (patch)
tree085e110c4228bcb18a509cd7f24f41e1045c2cd8 /share/man/man3/queue.3
parentc01e3b6752902e8af3a3f2917232895ff5ddac94 (diff)
downloadFreeBSD-src-37bf7d3702d3759e7a771787cf81b554e8ea8545.zip
FreeBSD-src-37bf7d3702d3759e7a771787cf81b554e8ea8545.tar.gz
The removal of CIRCLEQ left four queue macros. One sentence was missed
in the man page update. PR: docs/94938 Submitted by: Ed Schouten <ed@fxq.nl> MFC After: 3 days
Diffstat (limited to 'share/man/man3/queue.3')
-rw-r--r--share/man/man3/queue.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index ee45e02..ce4e039 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -184,7 +184,7 @@ O(n) removal of any entry in the list.
Forward traversal through the list.
.El
.Pp
-Singly-linked lists are the simplest of the five data structures
+Singly-linked lists are the simplest of the four data structures
and support only the above functionality.
Singly-linked lists are ideal for applications with large datasets
and few or no removals,
OpenPOWER on IntegriCloud