diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-09-29 14:26:18 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-09-29 14:46:56 +0200 |
| commit | 281dca499eb3909a7e7969111b0cb190ccd6e09f (patch) | |
| tree | 0ac4d389bb7f413478e5db0bd0ffc2299c73c78c | |
| parent | 161b8eda4d0c94923c59a7f86cf3fae1eeaafdb2 (diff) | |
| download | man-pages-281dca499eb3909a7e7969111b0cb190ccd6e09f.tar.gz | |
chmod.2, connect.2, recv.2: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -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 ); |
