diff options
Diffstat (limited to 'doc/hurd.texi')
-rw-r--r-- | doc/hurd.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/hurd.texi b/doc/hurd.texi index 83a02c1d..ad8c486b 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -210,8 +210,8 @@ should return ESPIPE to the io_seek call. On seekable objects, io_seek changes the default file pointer for reads and writes. (See the C library manual for the interpretation of the -WHENCE and OFFSET arguments, and why the grammatically incorrect term -`whence' is used.) It returns the new offset as modified by io_seek. +WHENCE and OFFSET arguments.) It returns the new offset as modified by +io_seek. The io_readable interface returns the amount of data which can be immediately read. For the special technical meaning of "immediately", |