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@xxxxxxxxx> --- man3/queue.3 => man7/queue.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename man3/queue.3 => man7/queue.7 (98%) diff --git a/man3/queue.3 b/man7/queue.7 similarity index 98% rename from man3/queue.3 rename to man7/queue.7 index cbe72e29d..1fe48bd57 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 -- 2.28.0