aboutsummaryrefslogtreecommitdiffstats
path: root/man3/queue.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-08-04 12:39:17 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-08-04 12:39:17 +0000
commita7fadb555846c9c6e14dafb504c181fc17b85d82 (patch)
tree3ee1365c4490dcc38398664c969e55601977c413 /man3/queue.3
parent1f27112696183ea174517eac20a152534fa63715 (diff)
downloadman-pages-a7fadb555846c9c6e14dafb504c181fc17b85d82.tar.gz
Updated CONFOMRING TOs and/or standards references.
Diffstat (limited to 'man3/queue.3')
-rw-r--r--man3/queue.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/queue.3 b/man3/queue.3
index efbe1da7a8..50eb843a5a 100644
--- a/man3/queue.3
+++ b/man3/queue.3
@@ -449,7 +449,9 @@ for (np = head.cqh_last; np != (void *)&head; np = np->entries.cqe_prev)
while (head.cqh_first != (void *)&head)
CIRCLEQ_REMOVE(&head, head.cqh_first, entries);
.Ed
-.Sh HISTORY
+.Sh "CONFORMING TO"
+Not in POSIX.1-2001.
+Present on the BSDs.
The
.Nm queue
functions first appeared in