diff options
| -rw-r--r-- | share/man/man3/queue.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index ee45e02f2f57..ce4e0393762a 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, |
