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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to