From: Dmitry V. Levin Date: Sun, 25 Oct 2020 12:03:31 +0000 (+0300) Subject: tailq.3: tfix X-Git-Tag: man-pages-5.09~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba273524e769c6b8604acef5fa06b5dffc794ecc;p=thirdparty%2Fman-pages.git tailq.3: tfix Signed-off-by: Dmitry V. Levin Signed-off-by: Michael Kerrisk --- diff --git a/man3/tailq.3 b/man3/tailq.3 index 73e28e7fca..a782a51e27 100644 --- a/man3/tailq.3 +++ b/man3/tailq.3 @@ -58,7 +58,7 @@ TAILQ_REMOVE \- implementation of a doubly linked tail queue .SH SYNOPSIS .nf -.B #include sys/queue.h +.B #include .PP .BI "void TAILQ_CONCAT(TAILQ_HEAD *" head1 ", TAILQ_HEAD *" head2 "," .BI " TAILQ_ENTRY " NAME ");"