View | Details | Raw Unified | Return to bug 94938
Collapse All | Expand All

(-)src/share/man/man3/queue.3 Sat Mar 25 23:29:56 2006 (-1 / +1 lines)
Lines 184-190 Link Here
184
Forward traversal through the list.
184
Forward traversal through the list.
185
.El
185
.El
186
.Pp
186
.Pp
187
Singly-linked lists are the simplest of the five data structures
187
Singly-linked lists are the simplest of the four data structures
188
and support only the above functionality.
188
and support only the above functionality.
189
Singly-linked lists are ideal for applications with large datasets
189
Singly-linked lists are ideal for applications with large datasets
190
and few or no removals,
190
and few or no removals,

Return to bug 94938