diff --git a/man2/chmod.2 b/man2/chmod.2 index 078301f90..7b9ff7841 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -37,7 +37,6 @@ chmod, fchmod, fchmodat \- change permissions of a file .B #include .PP .BI "int chmod(const char *" pathname ", mode_t " mode ); -.br .BI "int fchmod(int " fd ", mode_t " mode ); .BR "#include " " /* Definition of AT_* constants */" diff --git a/man2/connect.2 b/man2/connect.2 index a001cede0..e8ad37314 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 " " /* See NOTES */" -.br .B #include .PP .BI "int connect(int " sockfd ", const struct sockaddr *" addr , diff --git a/man2/recv.2 b/man2/recv.2 index 7c4b70c7a..52db51975 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 -.br .B #include .PP .BI "ssize_t recv(int " sockfd ", void *" buf ", size_t " len ", int " flags );