OSDN Git Service

(split) LDP: Update release pages (with po4a --force)
[linuxjm/LDP_man-pages.git] / release / man2 / send.2
index 1cfbde1..7c46b72 100644 (file)
@@ -240,8 +240,8 @@ libc4 と libc5 では \fIint\fP である。 \fBaccept\fP(2)  も参照する
 POSIX.1\-2001 では、構造体 \fImsghdr\fP のフィールド \fImsg_controllen\fP は \fIsocklen_t\fP
 型であるべきだとされているが、 現在の glibc では \fIsize_t\fP 型である。
 
-See \fBsendmmsg\fP(2)  for information about a Linux\-specific system call that
-can be used to transmit multiple datagrams in a single call.
+\fBsendmmsg\fP(2)  には、一度の呼び出しでの複数のデータグラムの送信に使用できる
+Linux 固有の システムコールに関する情報が書かれている。
 .SH バグ
 Linux は \fBENOTCONN\fP を返す状況で \fBEPIPE\fP を返すことがある。
 .SH 例