Note that CIRCLEQ_LOOP first appeared in NetBSD 4.0.

This commit is contained in:
pooka 2007-10-22 15:01:18 +00:00
parent 95269f5829
commit 1d8cbeebb1
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: queue.3,v 1.35 2007/08/29 13:57:02 pooka Exp $
.\" $NetBSD: queue.3,v 1.36 2007/10/22 15:01:18 pooka Exp $
.\"
.\" Copyright (c) 2000, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -60,7 +60,7 @@
.\"
.\" @(#)queue.3 8.1 (Berkeley) 12/13/93
.\"
.Dd August 29, 2007
.Dd October 22, 2007
.Dt QUEUE 3
.Os
.Sh NAME
@ -1176,3 +1176,7 @@ and
.Nm STAILQ
functions first appeared in
.Fx 2.1.5 .
The
.Nm CIRCLEQ_LOOP
functions first appeared in
.Nx 4.0 .