aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/tailq.32
1 files changed, 1 insertions, 1 deletions
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 <sys/queue.h>
.PP
.BI "void TAILQ_CONCAT(TAILQ_HEAD *" head1 ", TAILQ_HEAD *" head2 ","
.BI " TAILQ_ENTRY " NAME ");"