mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
29ed18f45e
commit
d5fd66e17d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue