OSDN Git Service

(split) LDP: Update releases based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / release / man3 / aio_suspend.3
index 90f6f9b..f903b1c 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl)
 .\" and Copyright (C) 2010 Michael kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH AIO_SUSPEND 3 2010\-10\-02 "" "Linux Programmer's Manual"
+.TH AIO_SUSPEND 3 2012\-05\-08 "" "Linux Programmer's Manual"
 .SH 名前
 aio_suspend \- 非同期 I/O 操作またはタイムアウトを待つ
 .SH 書式
@@ -71,6 +72,9 @@ aio_suspend \- 非同期 I/O 操作またはタイムアウトを待つ
 \fBEINTR\fP
 この呼び出しがシグナルによって終了させられた (このシグナルは、完了を待っていた
 操作のいずれかの完了シグナルの可能性もある)。\fBsignal\fP(7) 参照。
+.TP 
+\fBENOSYS\fP
+\fBaio_suspend\fP() は実装されていない。
 .SH バージョン
 The \fBaio_suspend\fP() 関数は glibc 2.1 以降で利用できる。
 .SH 準拠
@@ -88,3 +92,7 @@ POSIX.1\-2001, POSIX.1\-2008.
 .SH 関連項目
 \fBaio_cancel\fP(3), \fBaio_error\fP(3), \fBaio_fsync\fP(3), \fBaio_read\fP(3),
 \fBaio_return\fP(3), \fBaio_write\fP(3), \fBlio_listio\fP(3), \fBaio\fP(7), \fBtime\fP(7)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。