diff options
| -rw-r--r-- | share/man/man3/queue.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index fd8d774646f8..b91da8612919 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -540,9 +540,7 @@ returns the next item on the tail queue, or NULL this item is the last. .Pp The macro .Nm STAILQ_REMOVE_HEAD -removes the element -.Fa elm -from the head of the tail queue. +removes the element at the head of the tail queue. For optimum efficiency, elements being removed from the head of the tail queue should use this macro explicitly rather than the generic |
