diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 20:34:36 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 20:34:36 +0100 |
| commit | 6de85e24ba28d8db68a13f3e50b448aa442be5a0 (patch) | |
| tree | 3f2b3a089dad71818099176d620f72d34b6ac3e2 | |
| parent | 0a6d2b7e163280016a431e71ffe756d5a4aff6f3 (diff) | |
| download | man-pages-6de85e24ba28d8db68a13f3e50b448aa442be5a0.tar.gz | |
mallopt.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/mallopt.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/mallopt.3 b/man3/mallopt.3 index ee4f2b5227..cba95a14ce 100644 --- a/man3/mallopt.3 +++ b/man3/mallopt.3 @@ -5,6 +5,9 @@ .TH MALLOPT 3 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME mallopt \- set memory allocation parameters +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <malloc.h> |
