Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2011 23:07:23 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r217995 - stable/7/share/man/man3
Message-ID:  <201101272307.p0RN7NkF042475@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Thu Jan 27 23:07:23 2011
New Revision: 217995
URL: http://svn.freebsd.org/changeset/base/217995

Log:
  Merge r217264 from head:
  
    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.
  
  PR:		tobez

Modified:
  stable/7/share/man/man3/queue.3
Directory Properties:
  stable/7/share/man/man3/   (props changed)

Modified: stable/7/share/man/man3/queue.3
==============================================================================
--- stable/7/share/man/man3/queue.3	Thu Jan 27 23:07:03 2011	(r217994)
+++ stable/7/share/man/man3/queue.3	Thu Jan 27 23:07:23 2011	(r217995)
@@ -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?201101272307.p0RN7NkF042475>