diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 23:09:17 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-03-06 23:24:41 +0100 |
| commit | cfba38f4e41fef31c19e45fc47705d842f2c52d3 (patch) | |
| tree | 2cbaa9926e2f00a4fafc9c8b54f9adc6223f184e /man3/fmemopen.3 | |
| parent | be9c561bdb15ba42720b89048ab1cc50a9d323ae (diff) | |
| download | man-pages-cfba38f4e41fef31c19e45fc47705d842f2c52d3.tar.gz | |
Various pages: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/fmemopen.3')
| -rw-r--r-- | man3/fmemopen.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 2c9164b84c..b5ac84e361 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -5,6 +5,9 @@ .TH FMEMOPEN 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME fmemopen \- open memory as stream +.SH LIBRARY +Standard C library +.RI ( libc ", " \-lc ) .SH SYNOPSIS .nf .B #include <stdio.h> |
