diff options
| -rw-r--r-- | man2/chmod.2 | 1 | ||||
| -rw-r--r-- | man2/connect.2 | 1 | ||||
| -rw-r--r-- | man2/recv.2 | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/man2/chmod.2 b/man2/chmod.2 index 078301f902..7b9ff78413 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -37,7 +37,6 @@ chmod, fchmod, fchmodat \- change permissions of a file .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 */" diff --git a/man2/connect.2 b/man2/connect.2 index a001cede0d..e8ad37314f 100644 --- a/man2/connect.2 +++ b/man2/connect.2 @@ -70,7 +70,6 @@ connect \- initiate a connection on a socket .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 , diff --git a/man2/recv.2 b/man2/recv.2 index 7c4b70c7a1..52db519752 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -46,7 +46,6 @@ recv, recvfrom, recvmsg \- receive a message from a socket .\" .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 ); |
