The removal of CIRCLEQ left four queue macros. One sentence was missed

in the man page update.

PR:		docs/94938
Submitted by:	Ed Schouten <ed@fxq.nl>
MFC After:	3 days
This commit is contained in:
Ed Maste 2006-03-25 23:11:10 +00:00
parent 29ed18f45e
commit d5fd66e17d

View file

@ -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,