X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=release%2Fman3%2Faio_return.3;h=f3361a869165d277c709eaa4222a8865f31f144a;hb=d6ffc03b1c10eddeb4564716656cf89586cce455;hp=ba0d857409bba8fe868e60ddb51b6e2f7f1c253b;hpb=4fa3e54b837e5814a4598ec901d77446bf5cb9b3;p=linuxjm%2FLDP_man-pages.git diff --git a/release/man3/aio_return.3 b/release/man3/aio_return.3 index ba0d8574..f3361a86 100644 --- a/release/man3/aio_return.3 +++ b/release/man3/aio_return.3 @@ -1,5 +1,6 @@ .\" Copyright (c) 2003 Andries Brouwer (aeb@cwi.nl) .\" +.\" %%%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 @@ -16,16 +17,16 @@ .\" 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 +.\" . +.\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH AIO_RETURN 3 2010\-10\-03 "" "Linux Programmer's Manual" +.TH AIO_RETURN 3 2012\-05\-08 "" "Linux Programmer's Manual" .SH 名前 aio_return \- 非同期 I/O 操作の返り値 (return status) を取得する .SH 書式 @@ -51,6 +52,9 @@ aio_return \- 非同期 I/O 操作の返り値 (return status) を取得する .TP \fBEINVAL\fP \fIaiocbp\fP が、返り値がまだ取得されていない非同期 I/O リクエストの 制御ブロックを指していない。 +.TP +\fBENOSYS\fP +\fBaio_return\fP() は実装されていない。 .SH バージョン The \fBaio_return\fP() 関数は glibc 2.1 以降で利用できる。 .SH 準拠 @@ -60,3 +64,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_suspend\fP(3), \fBaio_write\fP(3), \fBlio_listio\fP(3), \fBaio\fP(7) +.SH この文書について +この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.51 の一部 +である。プロジェクトの説明とバグ報告に関する情報は +http://www.kernel.org/doc/man\-pages/ に書かれている。