diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 20:53:45 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 20:53:45 +0100 |
| commit | 6178e88b37d2e878f35b082a25f6433dba9ac96d (patch) | |
| tree | 4d2a585d23a70b7dd2ba5753214df27182e30fe7 /man3 | |
| parent | 7f8f8331362f2b92ab9c4d6c365767d887b959fa (diff) | |
| download | man-pages-6178e88b37d2e878f35b082a25f6433dba9ac96d.tar.gz | |
tmpfile.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/tmpfile.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/tmpfile.3 b/man3/tmpfile.3 index 834d075ecc..d8a63fc111 100644 --- a/man3/tmpfile.3 +++ b/man3/tmpfile.3 @@ -11,6 +11,9 @@ .TH TMPFILE 3 2021-03-22 "" "Linux Programmer's Manual" .SH NAME tmpfile \- create a temporary file +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <stdio.h> |
