diff options
| -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> |
