From: Alejandro Colomar Date: Sun, 6 Mar 2022 18:54:04 +0000 (+0100) Subject: popen.3: Add LIBRARY section (libc) X-Git-Tag: man-pages-5.19-rc1~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a47ec6f616f2a2e88e45826eae10b2bb7ab9d65b;p=thirdparty%2Fman-pages.git popen.3: Add LIBRARY section (libc) Signed-off-by: Alejandro Colomar --- diff --git a/man3/popen.3 b/man3/popen.3 index 5f5d9120f8..d516f4b038 100644 --- a/man3/popen.3 +++ b/man3/popen.3 @@ -12,6 +12,9 @@ .TH POPEN 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME popen, pclose \- pipe stream to or from a process +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include