OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man2 / sendmmsg.2
index 9d09687..cdc81aa 100644 (file)
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH SENDMMSG 2 2012-12-16 "Linux" "Linux Programmer's Manual"
+.TH SENDMMSG 2 2014-07-08 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sendmmsg \- send multiple messages on a socket
 .SH SYNOPSIS
 .nf
-.B "#define _GNU_SOURCE"
+.BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .BI "#include <sys/socket.h>"
 
 .BI "int sendmmsg(int " sockfd ", struct mmsghdr *" msgvec \
@@ -140,7 +140,7 @@ An error is returned only if no datagrams could be sent.
 .\"     must retry starting at the first failed one and if the problem is
 .\"     persistent the error will be returned.
 .\"
-.\"     This matches the behaviour of other syscalls like read/write - it
+.\"     This matches the behavior of other syscalls like read/write - it
 .\"     is not an error if less than the requested number of elements are sent.
 .SH VERSIONS
 The
@@ -239,7 +239,7 @@ main(void)
 .BR socket (2),
 .BR socket (7)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,