summaryrefslogtreecommitdiffstats
path: root/man2/sendmmsg.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sendmmsg.2')
-rw-r--r--man2/sendmmsg.218
1 files changed, 9 insertions, 9 deletions
diff --git a/man2/sendmmsg.2 b/man2/sendmmsg.2
index bc541aae5..fdd5b6f3c 100644
--- a/man2/sendmmsg.2
+++ b/man2/sendmmsg.2
@@ -24,7 +24,7 @@ Standard C library
The
.BR sendmmsg ()
system call is an extension of
-.BR sendmsg (2)
+.MR sendmsg 2
that allows the caller to transmit multiple messages on a socket
using a single system call.
(This has performance benefits for some applications.)
@@ -63,20 +63,20 @@ The
field is a
.I msghdr
structure, as described in
-.BR sendmsg (2).
+.MR sendmsg 2 .
The
.I msg_len
field is used to return the number of bytes sent from the message in
.I msg_hdr
(i.e., the same as the return value from a single
-.BR sendmsg (2)
+.MR sendmsg 2
call).
.P
The
.I flags
argument contains flags ORed together.
The flags are the same as for
-.BR sendmsg (2).
+.MR sendmsg 2 .
.P
A blocking
.BR sendmmsg ()
@@ -115,7 +115,7 @@ On error, \-1 is returned, and
is set to indicate the error.
.SH ERRORS
Errors are as for
-.BR sendmsg (2).
+.MR sendmsg 2 .
An error is returned only if no datagrams could be sent.
See also BUGS.
.\" commit 728ffb86f10873aaf4abd26dde691ee40ae731fe
@@ -226,7 +226,7 @@ main(void)
.EE
.\" SRC END
.SH SEE ALSO
-.BR recvmmsg (2),
-.BR sendmsg (2),
-.BR socket (2),
-.BR socket (7)
+.MR recvmmsg 2 ,
+.MR sendmsg 2 ,
+.MR socket 2 ,
+.MR socket 7