Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2011 13:33:42 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217264 - head/share/man/man3
Message-ID:  <201101111333.p0BDXgYE021803@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Tue Jan 11 13:33:42 2011
New Revision: 217264
URL: http://svn.freebsd.org/changeset/base/217264

Log:
  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

Modified:
  head/share/man/man3/queue.3

Modified: head/share/man/man3/queue.3
==============================================================================
--- head/share/man/man3/queue.3	Tue Jan 11 13:22:20 2011	(r217263)
+++ head/share/man/man3/queue.3	Tue Jan 11 13:33:42 2011	(r217264)
@@ -186,7 +186,6 @@ O(1) removal of an entry from the head o
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101111333.p0BDXgYE021803>