OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / aio_init.3
index fda4a8c..763ca17 100644 (file)
@@ -1,6 +1,7 @@
 '\" t
 .\" Copyright (c) 2010 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
-.TH AIO_INIT 3  2010-10-06 "Linux" "Linux Programmer's Manual"
+.TH AIO_INIT 3  2012-04-26 "Linux" "Linux Programmer's Manual"
 .SH NAME
-aio_init \- POSIX asynchronous I/O initialization
+aio_init \- asynchronous I/O initialization
 .SH SYNOPSIS
 .nf
-.B #define _GNU_SOURCE
+.BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B "#include <aio.h>"
 
 .BI "void aio_init(const struct aioinit *" init );
@@ -35,7 +37,7 @@ aio_init \- POSIX asynchronous I/O initialization
 Link with \fI\-lrt\fP.
 .SH DESCRIPTION
 The GNU-specific
-.BR aio_init (3)
+.BR aio_init ()
 function allows the caller to provide tuning hints to the
 glibc POSIX AIO implementation.
 Use of this function is optional, but to be effective,
@@ -79,7 +81,7 @@ This field should specify the maximum number of simultaneous I/O requests
 that the caller expects to enqueue.
 If a value less than 32 is specified for this field,
 it is rounded up to 32.
-.\" FIXME But, if aio_num > 32, the behavior looks strange. See
+.\" FIXME But, if aio_num > 32, the behavior looks strange. See
 .\" http://sourceware.org/bugzilla/show_bug.cgi?id=12083
 The default value is 64.
 .TP
@@ -96,3 +98,12 @@ function is available since glibc 2.1.
 This function is a GNU extension.
 .SH SEE ALSO
 .BR aio (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.