linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Move queue.3 to queue.7
@ 2020-10-25 20:46 Alejandro Colomar
  2020-10-25 20:46 ` [PATCH 1/3] queue.3, queue.7: " Alejandro Colomar
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alejandro Colomar @ 2020-10-25 20:46 UTC (permalink / raw)
  To: mtk.manpages; +Cc: Alejandro Colomar, linux-man

Hi Michael,

I think this page belongs in Section 7 now.
I agree that it needs a link for legacy reasons;
otherwise, many hyperlinks to the online queue(3) would break.

I'm sending you the commits as I wrote them,
I don't know if you prefer them separately or squashed.
Feel free to squash them together if you prefer.

Cheers,

Alex

Alejandro Colomar (3):
  queue.3, queue.7: Move queue.3 to queue.7
  queue.3: Link to queue(7)
  circleq.3, insque.3, list.3, slist.3, tailq.3: SEE ALSO: queue(3) ->
    queue(7)

 man3/circleq.3 |   2 +-
 man3/insque.3  |   2 +-
 man3/list.3    |   2 +-
 man3/queue.3   | 149 +------------------------------------------------
 man3/slist.3   |   2 +-
 man3/tailq.3   |   2 +-
 man7/queue.7   | 148 ++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 154 insertions(+), 153 deletions(-)
 create mode 100644 man7/queue.7

-- 
2.28.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-25 21:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-25 20:46 [PATCH 0/3] Move queue.3 to queue.7 Alejandro Colomar
2020-10-25 20:46 ` [PATCH 1/3] queue.3, queue.7: " Alejandro Colomar
2020-10-25 20:46 ` [PATCH 2/3] queue.3: Link to queue(7) Alejandro Colomar
2020-10-25 20:46 ` [PATCH 3/3] circleq.3, insque.3, list.3, slist.3, tailq.3: SEE ALSO: queue(3) -> queue(7) Alejandro Colomar
2020-10-25 21:19 ` [PATCH 0/3] Move queue.3 to queue.7 Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).