aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 19:54:04 +0100
committerAlejandro Colomar <alx.manpages@gmail.com>2022-03-06 19:54:04 +0100
commita47ec6f616f2a2e88e45826eae10b2bb7ab9d65b (patch)
treeaf8f4bd37830631ce425785b0e365746875f2dfa
parent8497c7a6fa77c83ad5afb94e5c9fe920779c968c (diff)
downloadman-pages-a47ec6f616f2a2e88e45826eae10b2bb7ab9d65b.tar.gz
popen.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/popen.33
1 files changed, 3 insertions, 0 deletions
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 <stdio.h>