From c89a843c2813176d5081deca15c57a3d43abae5a Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 25 Oct 2020 23:08:26 +0100 Subject: [PATCH] stailq.3: SEE ALSO: Add insque(3), queue(7) Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man3/stailq.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man3/stailq.3 b/man3/stailq.3 index b937e0958..7686048c2 100644 --- a/man3/stailq.3 +++ b/man3/stailq.3 @@ -391,3 +391,5 @@ main(void) } .EE .SH SEE ALSO +.BR insque (3), +.BR queue (7)