summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters
diff options
context:
space:
mode:
authorWade A Smith <warm38@juno.com>1998-09-30 21:15:23 +0000
committerWade A Smith <warm38@juno.com>1998-09-30 21:15:23 +0000
commitb8ea1c8eb5c59103b8e3d94260296b46f2504159 (patch)
tree75f07e6221748238f8674a29b01e7f37d3870629 /doc/new_chapters
parentAdded new autoconf test for i386 code16/code32 support. The guts of the (diff)
downloadrtems-b8ea1c8eb5c59103b8e3d94260296b46f2504159.tar.bz2
Corrected TYPO errors in the file
Diffstat (limited to 'doc/new_chapters')
-rw-r--r--doc/new_chapters/io.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/new_chapters/io.t b/doc/new_chapters/io.t
index 6f777702e1..17ff64e772 100644
--- a/doc/new_chapters/io.t
+++ b/doc/new_chapters/io.t
@@ -563,8 +563,8 @@ of the existing end-of-file of the file. If data is later written at this
point, subsequent reads of the data in the gap return bytes of zeros
(until data is actually written into the gap).
-Some devices are incapable of seeking. The value of the pointer asso-
-ciated with such a device is undefined.
+Some devices are incapable of seeking. The value of the pointer associated
+with such a device is undefined.
@subheading NOTES:
@@ -632,7 +632,7 @@ int fdatasync(
@subheading STATUS CODES:
-On success, zeor is returned. On error, -1 is returned, and @code{errno} is
+On success, zero is returned. On error, -1 is returned, and @code{errno} is
set appropriately.
@table @b
@@ -640,7 +640,7 @@ set appropriately.
@code{fd} is not a valid file descriptor open for writing.
@item EINVAL
-@code{fd} is bound to a special file which dows not support synchronization.
+@code{fd} is bound to a special file which does not support synchronization.
@item EIO
An error occurred during synchronization.