Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/socketpair.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man2/socketpair.2 b/man2/socketpair.2 index a799babda..c07c51fa2 100644 --- a/man2/socketpair.2 +++ b/man2/socketpair.2 @@ -42,6 +42,9 @@ .TH SOCKETPAIR 2 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME socketpair \- create a pair of connected sockets +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .B #include <sys/socket.h> -- 2.33.0