diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 21:02:32 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 21:02:32 +0100 |
| commit | 69f140642b479631349874d333e092d75cd66e91 (patch) | |
| tree | aeb2267a5627ed59c7b08cc5d4fd08cf7bf46140 | |
| parent | 9ae4bbdcb9dc2868840f8207e3c3577d58c29f2a (diff) | |
| download | man-pages-69f140642b479631349874d333e092d75cd66e91.tar.gz | |
tailq.3: Add LIBRARY section (libm)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/tailq.3 | 3 |
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> |
