Changeset b8ea1c8e in rtems


Ignore:
Timestamp:
09/30/98 21:15:23 (25 years ago)
Author:
Wade A Smith <warm38@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
05d49928
Parents:
2c3840b
Message:

Corrected TYPO errors in the file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/new_chapters/io.t

    r2c3840b rb8ea1c8e  
    564564(until data is actually written into the gap).
    565565
    566 Some devices are incapable of seeking.  The value of the pointer asso-
    567 ciated with such a device is undefined.
     566Some devices are incapable of seeking.  The value of the pointer associated
     567with such a device is undefined.
    568568
    569569@subheading NOTES:
     
    633633@subheading STATUS CODES:
    634634
    635 On success, zeor is returned.  On error, -1 is returned, and @code{errno} is
     635On success, zero is returned.  On error, -1 is returned, and @code{errno} is
    636636set appropriately.
    637637
     
    641641
    642642@item EINVAL
    643 @code{fd} is bound to a special file which dows not support synchronization.
     643@code{fd} is bound to a special file which does not support synchronization.
    644644
    645645@item EIO
Note: See TracChangeset for help on using the changeset viewer.