aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-25 21:46:16 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-25 22:17:05 +0100
commitd9a0505f71de386ffd570ea043512a1b86874c93 (patch)
tree8f029de62b2f37c3dfce17ad42340eec7a720301
parent11fd5e7c2adf91e562465bea8250e019aebaad2f (diff)
downloadman-pages-d9a0505f71de386ffd570ea043512a1b86874c93.tar.gz
queue.3, queue.7: Move queue.3 to queue.7
After forking slist.3, list.3, tailq.3, stailq.3 & circleq.3 in the previous commits, this page no longer belongs in Section 3 of the manual pages. According to its contents, the most suitable section is Section 7. Because of legacy reasons, a link queue.3 -> queue(7) would be appropriate. Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/queue.7 (renamed from man3/queue.3)2
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/queue.3 b/man7/queue.7
index cbe72e29df..1fe48bd57b 100644
--- a/man3/queue.3
+++ b/man7/queue.7
@@ -29,7 +29,7 @@
.\" %%%LICENSE_END
.\"
.\"
-.TH QUEUE 3 2015-02-7 "GNU" "Linux Programmer's Manual"
+.TH QUEUE 7 2015-02-7 "GNU" "Linux Programmer's Manual"
.SH NAME
queue \- implementations of linked lists and queues
.SH DESCRIPTION