|
@@ -1029,7 +1029,7 @@ To prepend before an arbitrary element instead of the list head, use the
|
|
<code>_PREPEND_ELEM</code> macro family.
|
|
<code>_PREPEND_ELEM</code> macro family.
|
|
To append after an arbitrary element element instead of the list head, use the
|
|
To append after an arbitrary element element instead of the list head, use the
|
|
<code>_APPEND_ELEM</code> macro family.
|
|
<code>_APPEND_ELEM</code> macro family.
|
|
-To <em>replace</em> an arbitary list element with another element use the <code>_REPLACE_ELEM</code>
|
|
|
|
|
|
+To <em>replace</em> an arbitrary list element with another element use the <code>_REPLACE_ELEM</code>
|
|
family of macros.</p></div>
|
|
family of macros.</p></div>
|
|
<div class="paragraph"><p>The <em>sort</em> operation never moves the elements in memory; rather it only adjusts
|
|
<div class="paragraph"><p>The <em>sort</em> operation never moves the elements in memory; rather it only adjusts
|
|
the list order by altering the <code>prev</code> and <code>next</code> pointers in each element. Also
|
|
the list order by altering the <code>prev</code> and <code>next</code> pointers in each element. Also
|