X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=release%2Fman2%2Fmsgop.2;h=2e5ead56785cfb6b382e5bafde3a833ed755ad8f;hb=15a93717efaebbde1742a05597c671ae5831cade;hp=ac4e3c275b03b85a7bcc35fa7c59a687aa32cfc6;hpb=bb92023e2caf6dc30bd3a8f07877ec870c853e23;p=linuxjm%2FLDP_man-pages.git diff --git a/release/man2/msgop.2 b/release/man2/msgop.2 index ac4e3c27..2e5ead56 100644 --- a/release/man2/msgop.2 +++ b/release/man2/msgop.2 @@ -44,7 +44,7 @@ .\"******************************************************************* .TH MSGOP 2 2012\-05\-31 Linux "Linux Programmer's Manual" .SH 名前 -msgrcv, msgsnd \- メッセージ操作 +msgrcv, msgsnd \- System V メッセージキュー操作 .SH 書式 .nf \fB#include \fP @@ -57,7 +57,7 @@ msgrcv, msgsnd \- メッセージ操作 \fB int \fP\fImsgflg\fP\fB);\fP .fi .SH 説明 -システムコール \fBmsgsnd\fP() と \fBmsgrcv\fP() はそれぞれ、メッセージ・キューへのメッセージの送信と、 +システムコール \fBmsgsnd\fP() と \fBmsgrcv\fP() はそれぞれ、 System V メッセージ・キューへのメッセージの送信と、 メッセージの受信に使用される。呼び出し元プロセスは、 メッセージを送信するためにはメッセージ・キューに対する書き込み許可を、 メッセージを受信するためには読み出し許可を持っていなければならない。 .PP @@ -208,11 +208,9 @@ SVr4, POSIX.1\-2001. .SH 注意 .\" Like Linux, the FreeBSD man pages still document .\" the inclusion of these header files. -The inclusion of \fI\fP and \fI\fP isn't -required on Linux or by any version of POSIX. However, some old -implementations required the inclusion of these header files, and the SVID -also documented their inclusion. Applications intended to be portable to -such old systems may need to include these header files. +Linux や POSIX の全てのバージョンでは、 \fI\fP と \fI\fP +のインクルードは必要ない。しかしながら、いくつかの古い実装ではこれらのヘッダファイルのインクルードが必要であり、 SVID +でもこれらのインクルードをするように記載されている。このような古いシステムへの移植性を意図したアプリケーションではこれらのファイルをインクルードする必要があるかもしれない。 \fImsgp\fP 引き数は、 libc4, libc5, glibc 2.0, glibc 2.1 では \fIstruct msgbuf *\fP と宣言されている。glibc 2.2 以降では、 SUSv2 と SUSv3 の要求通り、\fIvoid *\fP と宣言されている。 @@ -234,6 +232,6 @@ such old systems may need to include these header files. \fBmsgctl\fP(2), \fBmsgget\fP(2), \fBcapabilities\fP(7), \fBmq_overview\fP(7), \fBsvipc\fP(7) .SH この文書について -この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部 +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。