OSDN Git Service

(split) LDP: Update original to LDP v3.64
[linuxjm/LDP_man-pages.git] / original / man7 / aio.7
index 2a61eab..f3ab552 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH AIO 7 2012-08-05 "Linux" "Linux Programmer's Manual"
+.TH AIO 7 2014-04-06 "Linux" "Linux Programmer's Manual"
 .SH NAME
 aio \- POSIX asynchronous I/O overview
 .SH DESCRIPTION
@@ -437,8 +437,8 @@ main(int argc, char *argv[])
         ssize_t s;
 
         s = aio_return(ioList[j].aiocbp);
-        printf("    for request %d (descriptor %d): %ld\\n",
-                j, ioList[j].aiocbp\->aio_fildes, (long) s);
+        printf("    for request %d (descriptor %d): %zd\\n",
+                j, ioList[j].aiocbp\->aio_fildes, s);
     }
 
     exit(EXIT_SUCCESS);
@@ -462,3 +462,11 @@ main(int argc, char *argv[])
 
 .UR http://www.squid-cache.org\:/~adrian\:/Reprint-Pulavarty-OLS2003.pdf
 .UE
+.SH COLOPHON
+This page is part of release 3.64 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.