diff options
| author | Kirk McKusick <mckusick@FreeBSD.org> | 2006-03-22 02:40:38 +0000 |
|---|---|---|
| committer | Kirk McKusick <mckusick@FreeBSD.org> | 2006-03-22 02:40:38 +0000 |
| commit | c4e29cccdda6be24f32c3593b19ce12079ca6fe7 (patch) | |
| tree | 48005d0e6447a43a94c0b59d07b3ac38ad3519aa | |
| parent | 3ee42667a4bc832b8e246fc708c54d4a93196c91 (diff) | |
Notes
| -rw-r--r-- | share/man/man3/queue.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index 621b63be7aad..c4ba24950605 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 |
