From: Alejandro Colomar Date: Sun, 27 Feb 2022 20:08:29 +0000 (+0100) Subject: strptime.3: Add LIBRARY section (libc) X-Git-Tag: man-pages-5.19-rc1~353 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbca7bc2f7efc1dae8547aaddc0dd8e9682de71a;p=thirdparty%2Fman-pages.git strptime.3: Add LIBRARY section (libc) Signed-off-by: Alejandro Colomar --- diff --git a/man3/strptime.3 b/man3/strptime.3 index 7affa16459..2afb865e78 100644 --- a/man3/strptime.3 +++ b/man3/strptime.3 @@ -11,6 +11,9 @@ .TH STRPTIME 3 2021-03-22 "GNU" "Linux Programmer's Manual" .SH NAME strptime \- convert a string representation of time to a time tm structure +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .BR "#define _XOPEN_SOURCE" " /* See feature_test_macros(7) */"