aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-02-27 21:02:32 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-02-27 21:02:32 +0100
commit69f140642b479631349874d333e092d75cd66e91 (patch)
treeaeb2267a5627ed59c7b08cc5d4fd08cf7bf46140
parent9ae4bbdcb9dc2868840f8207e3c3577d58c29f2a (diff)
downloadman-pages-69f140642b479631349874d333e092d75cd66e91.tar.gz
tailq.3: Add LIBRARY section (libm)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/tailq.33
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/tailq.3 b/man3/tailq.3
index 3be847803b..0b3a4696c3 100644
--- a/man3/tailq.3
+++ b/man3/tailq.3
@@ -32,6 +32,9 @@ TAILQ_PREV,
TAILQ_REMOVE
.\"TAILQ_SWAP
\- implementation of a doubly linked tail queue
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
.SH SYNOPSIS
.nf
.B #include <sys/queue.h>