From: Alejandro Colomar Date: Sun, 6 Mar 2022 19:17:11 +0000 (+0100) Subject: mkdtemp.3: Add LIBRARY section (libc) X-Git-Tag: man-pages-5.19-rc1~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a603039e323bc9daaa4efe2cbbd8ab26bdb51147;p=thirdparty%2Fman-pages.git mkdtemp.3: Add LIBRARY section (libc) Signed-off-by: Alejandro Colomar --- diff --git a/man3/mkdtemp.3 b/man3/mkdtemp.3 index aaf5842572..472a86c67c 100644 --- a/man3/mkdtemp.3 +++ b/man3/mkdtemp.3 @@ -6,6 +6,9 @@ .TH MKDTEMP 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME mkdtemp \- create a unique temporary directory +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include