From: Michael Kerrisk Date: Tue, 29 Sep 2020 12:26:18 +0000 (+0200) Subject: chmod.2, connect.2, recv.2: srcfix X-Git-Tag: man-pages-5.09~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=281dca499eb3909a7e7969111b0cb190ccd6e09f;p=thirdparty%2Fman-pages.git chmod.2, connect.2, recv.2: srcfix Signed-off-by: Michael Kerrisk --- 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 .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 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 " " /* 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 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 -.br .B #include .PP .BI "ssize_t recv(int " sockfd ", void *" buf ", size_t " len ", int " flags );