From d5fd66e17d996b2d7cf851c5597496cf1667d520 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 25 Mar 2006 23:11:10 +0000 Subject: [PATCH] The removal of CIRCLEQ left four queue macros. One sentence was missed in the man page update. PR: docs/94938 Submitted by: Ed Schouten MFC After: 3 days --- share/man/man3/queue.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index ee45e02f2f5..ce4e0393762 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,