queue.3: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-04-12 13:21:07 +12:00
parent f1e90ec441
commit b76a964b20
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ LIST_INSERT_AFTER(n1, n2, entries);
for (np = head.lh_first; np != NULL; np = np\->entries.le_next)
np\-> ...
.\" FIXME http://sourceware.org/bugzilla/show_bug.cgi?id=1506
while (head.lh_first != NULL) /* Delete. */
LIST_REMOVE(head.lh_first, entries);
.fi