diff options
| -rw-r--r-- | man3/popen.3 | 3 |
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> |
