]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tailq.3: tfix
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 25 Oct 2020 12:03:31 +0000 (15:03 +0300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 25 Oct 2020 12:07:43 +0000 (13:07 +0100)
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/tailq.3

index 73e28e7fcaf52c33b8484d8819fbe2a07bc5da36..a782a51e2733610c8a044f00eaa99578dc11b583 100644 (file)
@@ -58,7 +58,7 @@ TAILQ_REMOVE
 \- implementation of a doubly linked tail queue
 .SH SYNOPSIS
 .nf
-.B #include sys/queue.h
+.B #include <sys/queue.h>
 .PP
 .BI "void TAILQ_CONCAT(TAILQ_HEAD *" head1 ", TAILQ_HEAD *" head2 ","
 .BI "                TAILQ_ENTRY " NAME ");"