--- IO-AIO/AIO.pm 2012/04/01 17:46:02 1.220 +++ IO-AIO/AIO.pm 2012/04/06 11:39:25 1.222 @@ -176,7 +176,7 @@ aio_stat aio_lstat aio_unlink aio_rmdir aio_readdir aio_readdirx aio_scandir aio_symlink aio_readlink aio_realpath aio_sync aio_fsync aio_syncfs aio_fdatasync aio_sync_file_range aio_fallocate - aio_pathsync aio_readahead + aio_pathsync aio_readahead aio_fiemap aio_rename aio_link aio_move aio_copy aio_group aio_nop aio_mknod aio_load aio_rmtree aio_mkdir aio_chown aio_chmod aio_utime aio_truncate @@ -415,7 +415,7 @@ =item aio_seek $fh, $offset, $whence, $callback->($offs) -Seeks the filehandle to the new C<$offset>, similarly to perl'S +Seeks the filehandle to the new C<$offset>, similarly to perl's C. The C<$whence> can use the traditional values (C<0> for C, C<1> for C or C<2> for C).