kill.2, listen.2, mremap.2, readv.2, recvmmsg.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-20 12:27:16 +02:00
parent c65b10e6b6
commit 7ce52638ce
5 changed files with 0 additions and 5 deletions

View File

@ -47,7 +47,6 @@ kill \- send signal to a process
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
.br
.B #include <signal.h>
.PP
.BI "int kill(pid_t " pid ", int " sig );

View File

@ -48,7 +48,6 @@ listen \- listen for connections on a socket
.SH SYNOPSIS
.nf
.BR "#include <sys/types.h>" " /* See NOTES */"
.br
.B #include <sys/socket.h>
.PP
.BI "int listen(int " sockfd ", int " backlog );

View File

@ -33,7 +33,6 @@ mremap \- remap a virtual memory address
.SH SYNOPSIS
.nf
.BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */"
.br
.B #include <sys/mman.h>
.PP
.BI "void *mremap(void *" old_address ", size_t " old_size ,

View File

@ -94,7 +94,6 @@ defined in
.I <sys/uio.h>
as:
.PP
.br
.in +4n
.EX
struct iovec {

View File

@ -38,7 +38,6 @@ recvmmsg \- receive multiple messages on a socket
.PP
.BI "int recvmmsg(int " sockfd ", struct mmsghdr *" msgvec \
", unsigned int " vlen ","
.br
.BI " unsigned int " flags ", struct timespec *" timeout ");"
.fi
.SH DESCRIPTION