From: Alejandro Colomar Date: Sun, 6 Mar 2022 19:39:33 +0000 (+0100) Subject: malloc.3: Add LIBRARY section (libc) X-Git-Tag: man-pages-5.19-rc1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=531f529cf4e2af1b8b2a08fee4c84a56d5c609cd;p=thirdparty%2Fman-pages.git malloc.3: Add LIBRARY section (libc) Signed-off-by: Alejandro Colomar --- diff --git a/man3/malloc.3 b/man3/malloc.3 index d93ee0105c..e7a6484fb2 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -14,6 +14,9 @@ .TH MALLOC 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME malloc, free, calloc, realloc, reallocarray \- allocate and free dynamic memory +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include