diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index 621b63be7aa..c4ba2495060 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -538,7 +538,7 @@ after the element The macro .Nm STAILQ_LAST returns the last item on the tail queue. -If the tail queue is empty the return value is undefined. +If the tail queue is empty the return value is NULL. .Pp The macro .Nm STAILQ_NEXT @@ -899,7 +899,7 @@ before the element The macro .Nm TAILQ_LAST returns the last item on the tail queue. -If the tail queue is empty the return value is undefined. +If the tail queue is empty the return value is NULL. .Pp The macro .Nm TAILQ_NEXT