OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man2 / io_submit.2
index 8ed6abc..c30293e 100644 (file)
@@ -1,13 +1,15 @@
 .\" Copyright (C) 2003 Free Software Foundation, Inc.
+.\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
 .\" This file is distributed according to the GNU General Public License.
-.\" See the file COPYING in the top level source directory for details.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH IO_SUBMIT 2 2012\-05\-08 Linux "Linux Programmer's Manual"
+.TH IO_SUBMIT 2 2012\-07\-13 Linux "Linux Programmer's Manual"
 .SH 名前
 io_submit \- 非同期 I/O ブロックを処理待ちキューに登録する
 .SH 書式
@@ -16,6 +18,8 @@ io_submit \- 非同期 I/O ブロックを処理待ちキューに登録する
 
 \fBint io_submit(aio_context_t \fP\fIctx_id\fP\fB, long \fP\fInr\fP\fB, struct iocb **\fP\fIiocbpp\fP\fB);\fP
 .fi
+
+\fI注\fP: このシステムコールには glibc ラッパー関数がない。「注意」の節を参照すること。
 .SH 説明
 .PP
 \fBio_submit\fP() システムコールは、AIO コンテキスト \fIctx_id\fP に \fInr\fP 個
@@ -74,6 +78,6 @@ glibc はこのシステムコールのラッパー関数を提供していな
 \fBio_cancel\fP(2), \fBio_destroy\fP(2), \fBio_getevents\fP(2), \fBio_setup\fP(2),
 \fBaio\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。