linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alejandro Colomar <colomar.6.4.3@gmail.com>
To: mtk.manpages@gmail.com
Cc: Alejandro Colomar <colomar.6.4.3@gmail.com>, linux-man@vger.kernel.org
Subject: [PATCH 3/3] circleq.3, insque.3, list.3, slist.3, tailq.3: SEE ALSO: queue(3) -> queue(7)
Date: Sun, 25 Oct 2020 21:46:18 +0100	[thread overview]
Message-ID: <20201025204617.6802-4-colomar.6.4.3@gmail.com> (raw)
In-Reply-To: <20201025204617.6802-1-colomar.6.4.3@gmail.com>

queue.3 has been moved to queue.7.

Fix SEE ALSO accordingly.

Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man3/circleq.3 | 2 +-
 man3/insque.3  | 2 +-
 man3/list.3    | 2 +-
 man3/slist.3   | 2 +-
 man3/tailq.3   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/man3/circleq.3 b/man3/circleq.3
index dc74dc910..8e520e71d 100644
--- a/man3/circleq.3
+++ b/man3/circleq.3
@@ -354,4 +354,4 @@ main(void)
 .EE
 .SH SEE ALSO
 .BR insque (3),
-.BR queue (3)
+.BR queue (7)
diff --git a/man3/insque.3 b/man3/insque.3
index 153032c86..eb0237117 100644
--- a/man3/insque.3
+++ b/man3/insque.3
@@ -257,4 +257,4 @@ main(int argc, char *argv[])
 }
 .EE
 .SH SEE ALSO
-.BR queue (3)
+.BR queue (7)
diff --git a/man3/list.3 b/man3/list.3
index e70b6729b..e911da0d4 100644
--- a/man3/list.3
+++ b/man3/list.3
@@ -346,4 +346,4 @@ main(void)
 .EE
 .SH SEE ALSO
 .BR insque (3),
-.BR queue (3)
+.BR queue (7)
diff --git a/man3/slist.3 b/man3/slist.3
index 53e310f0a..af8629ea6 100644
--- a/man3/slist.3
+++ b/man3/slist.3
@@ -354,4 +354,4 @@ main(void)
 .EE
 .SH SEE ALSO
 .BR insque (3),
-.BR queue (3)
+.BR queue (7)
diff --git a/man3/tailq.3 b/man3/tailq.3
index a782a51e2..a58434ba6 100644
--- a/man3/tailq.3
+++ b/man3/tailq.3
@@ -437,4 +437,4 @@ main(void)
 .EE
 .SH SEE ALSO
 .BR insque (3),
-.BR queue (3)
+.BR queue (7)
-- 
2.28.0


  parent reply	other threads:[~2020-10-25 20:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Alejandro Colomar [this message]
2020-10-25 21:19 ` [PATCH 0/3] Move queue.3 to queue.7 Michael Kerrisk (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201025204617.6802-4-colomar.6.4.3@gmail.com \
    --to=colomar.6.4.3@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=mtk.manpages@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).