queue.3: Remove double CONFORMING TO section

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Dr. Tobias Quathamer 2016-02-15 14:40:13 +01:00 committed by Michael Kerrisk
parent 1b398e8099
commit 45a2419dac
1 changed files with 1 additions and 3 deletions

View File

@ -1219,9 +1219,7 @@ while (head.cqh_first != (void *)&head)
CIRCLEQ_REMOVE(&head, head.cqh_first, entries);
.Ed
.Sh CONFORMING TO
Not in POSIX.1-2001 or POSIX.1-2008.
.SH CONFORMING TO
Not in POSIX.1.
Not in POSIX.1, POSIX.1-2001 or POSIX.1-2008.
Present on the BSDs.
.Nm queue
functions first appeared in