summaryrefslogtreecommitdiff
path: root/manual/llio.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-28 20:20:17 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-28 20:20:17 +0000
commit787597251b534d1c1e4b9d519bcfc10fb3a7e952 (patch)
treed6b8f704225ddbebdf3ffb672c755fbdb901fa24 /manual/llio.texi
parent9987236eb11d4976b5ce23a4c76f6ab2453c9508 (diff)
Update.
* Makeconfig (ETAGS): Remove -T flag.
Diffstat (limited to 'manual/llio.texi')
-rw-r--r--manual/llio.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/llio.texi b/manual/llio.texi
index 2f674f041b..acfc929164 100644
--- a/manual/llio.texi
+++ b/manual/llio.texi
@@ -657,7 +657,7 @@ file. But subsequent output at that position will extend the file.
Characters between the previous end of file and the new position are
filled with zeros. Extending the file in this way can create a
``hole'': the blocks of zeros are not actually allocated on disk, so the
-file takes up less space than it appears so; it is then called a
+file takes up less space than it appears to; it is then called a
``sparse file''.
@cindex sparse files
@cindex holes in files
@@ -1843,10 +1843,10 @@ If @code{aio_read} returns zero, the current status of the request
can be queried using @code{aio_error} and @code{aio_return} functions.
As long as the value returned by @code{aio_error} is @code{EINPROGRESS}
the operation has not yet completed. If @code{aio_error} returns zero,
-the operation successfully terminated, otherwise the value is to be
-interpreted as an error code. If the function terminated, the result of
-the operation can be obtained using a call to @code{aio_return}. The
-returned value is the same as an equivalent call to @code{read} would
+the operation successfully terminated, otherwise the value is to be
+interpreted as an error code. If the function terminated, the result of
+the operation can be obtained using a call to @code{aio_return}. The
+returned value is the same as an equivalent call to @code{read} would
have returned. Possible error codes returned by @code{aio_error} are:
@table @code