]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
select.2: Add LIBRARY section
authorAlejandro Colomar <alx.manpages@gmail.com>
Sun, 12 Sep 2021 11:33:19 +0000 (13:33 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Fri, 25 Feb 2022 15:33:03 +0000 (16:33 +0100)
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/select.2

index dbec34702ed8a063a995ef6d6a037ad26e378097..eb4ec7890cd7d80f76776efbc3b57c8138fe9a8b 100644 (file)
@@ -21,6 +21,9 @@
 .SH NAME
 select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set \-
 synchronous I/O multiplexing
+.SH LIBRARY
+Standard C library
+.RI ( libc ", " -lc )
 .SH SYNOPSIS
 .nf
 .B #include <sys/select.h>