diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 21:10:35 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-27 21:10:35 +0100 |
| commit | 02369984d3c59595466e295ecae5c777a78f8dc7 (patch) | |
| tree | 81202f5a3e814ef5c6d4a03abd969e4ebdec0328 /man3/strftime.3 | |
| parent | 09781c32448b63a6574939e5cc8ea30f34e3848c (diff) | |
| download | man-pages-02369984d3c59595466e295ecae5c777a78f8dc7.tar.gz | |
strftime.3: Add LIBRARY section (libc)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/strftime.3')
| -rw-r--r-- | man3/strftime.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/strftime.3 b/man3/strftime.3 index 00a94fab41..b233002014 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -17,6 +17,9 @@ .TH STRFTIME 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME strftime \- format date and time +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <time.h> |
