aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 20:56:20 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 20:56:20 +0100
commitbb54ee3e0242f26dc3cc0632573cc9f46b1665f6 (patch)
tree89728e63c06d6cbc5577ef3315cd27a2f317d7bf
parentb99f6c924728a07273e193703b7fd7a277163cb9 (diff)
downloadman-pages-bb54ee3e0242f26dc3cc0632573cc9f46b1665f6.tar.gz
list.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/list.33
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/list.3 b/man3/list.3
index bd8b249fd5..b33cd57065 100644
--- a/man3/list.3
+++ b/man3/list.3
@@ -25,6 +25,9 @@ LIST_NEXT,
LIST_REMOVE
.\"LIST_SWAP
\- implementation of a doubly linked list
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
.SH SYNOPSIS
.nf
.B #include <sys/queue.h>