]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
chmod.2, connect.2, recv.2: srcfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 12:26:18 +0000 (14:26 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 29 Sep 2020 12:46:56 +0000 (14:46 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/chmod.2
man2/connect.2
man2/recv.2

index 078301f902889252a968595593ffa2bc9012f5da..7b9ff784133cde603e42e22ac535bdb60e98bcdd 100644 (file)
@@ -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 */"
index a001cede0dbb249744aa75f324f298508d6b3d11..e8ad37314f8633c1886047b4d81a2a970c805404 100644 (file)
@@ -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 ,
index 7c4b70c7a188f39d92d1ef00dcf132abe6194d4a..52db519752640feda4b4c36f059c37b438bc609b 100644 (file)
@@ -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 );