]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
strptime.3: Add LIBRARY section (libc)
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 27 Feb 2022 20:08:29 +0000 (21:08 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sun, 27 Feb 2022 20:08:29 +0000 (21:08 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/strptime.3

index 7affa16459e2bb873374cd09946f8505e47095c6..2afb865e782a344bcae10298afd50d9041f8f5a0 100644 (file)
@@ -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) */"