summaryrefslogtreecommitdiffstats
path: root/man7/queue.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/queue.7')
-rw-r--r--man7/queue.76
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/queue.7 b/man7/queue.7
index 3f84b59a1..6f2d5ab28 100644
--- a/man7/queue.7
+++ b/man7/queue.7
@@ -5,7 +5,7 @@
.\" SPDX-License-Identifier: BSD-3-Clause
.\"
.\"
-.TH queue 7 2023-02-05 "Linux man-pages 6.03"
+.TH queue 7 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
queue \- implementations of linked lists and queues
.SH DESCRIPTION
@@ -115,8 +115,8 @@ However:
.IP \[bu] 3
The termination condition for traversal is more complex.
.SH STANDARDS
-Not in POSIX.1, POSIX.1-2001, or POSIX.1-2008.
-Present on the BSDs.
+BSD.
+.SH HISTORY
.I <sys/queue.h>
macros first appeared in 4.4BSD.
.SH NOTES