Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
.B #include <sys/stat.h>
.PP
.BI "int chmod(const char *" pathname ", mode_t " mode );
-.br
.BI "int fchmod(int " fd ", mode_t " mode );
.BR "#include <fcntl.h>" " /* Definition of AT_* constants */"
.SH SYNOPSIS
.nf
.BR "#include <sys/types.h>" " /* See NOTES */"
-.br
.B #include <sys/socket.h>
.PP
.BI "int connect(int " sockfd ", const struct sockaddr *" addr ,
.\" .br
.nf
.B #include <sys/types.h>
-.br
.B #include <sys/socket.h>
.PP
.BI "ssize_t recv(int " sockfd ", void *" buf ", size_t " len ", int " flags );