aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 20:34:36 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 20:34:36 +0100
commit6de85e24ba28d8db68a13f3e50b448aa442be5a0 (patch)
tree3f2b3a089dad71818099176d620f72d34b6ac3e2 /man3
parent0a6d2b7e163280016a431e71ffe756d5a4aff6f3 (diff)
downloadman-pages-6de85e24ba28d8db68a13f3e50b448aa442be5a0.tar.gz
mallopt.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/mallopt.33
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>