aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Atkinson <gavin@FreeBSD.org>2011-01-11 13:33:42 +0000
committerGavin Atkinson <gavin@FreeBSD.org>2011-01-11 13:33:42 +0000
commitcf80e937bba11b5fed985b044bd000a89436340d (patch)
tree6120fcd92b3d9c8cab42379ed9ad5ab0816ede89
parenteaaef508110fde2bb5bd26177ab66c8963c2be8e (diff)
downloadsrc-cf80e937bba11b5fed985b044bd000a89436340d.tar.gz
src-cf80e937bba11b5fed985b044bd000a89436340d.zip
Remove a bullet point that appears to have been accidentally inserted twice.
It has also been included within the feature lists to which it is relevant. Submitted by: tobez MFC after: 1 week
Notes
Notes: svn path=/head/; revision=217264
-rw-r--r--share/man/man3/queue.31
1 files changed, 0 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3
index 4fa1014e653c..506d526d22be 100644
--- a/share/man/man3/queue.3
+++ b/share/man/man3/queue.3
@@ -186,7 +186,6 @@ O(1) removal of an entry from the head of the list.
Forward traversal through the list.
.El
.Pp
-O(n) removal of any entry in the list.
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