From efbddcfcf2a0bb14602959b10bd28c40d29b8e85 Mon Sep 17 00:00:00 2001 From: alfred Date: Thu, 9 Nov 2000 23:34:39 +0000 Subject: Manpage incorrectly states that STAILQ_REMOVE_HEAD takes an arg called 'elm'. It doesn't take an arg 'elm', it simply removes the element at the head of the list. --- share/man/man3/queue.3 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'share/man/man3') diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index fd8d774..b91da86 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 -- cgit v1.1